diff options
author | Tao Zhou <[email protected]> | 2020-09-27 16:25:27 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-12 14:02:48 -0400 |
commit | 4da678390890c7cf99e068ecd9d7ee5bf0d5290b (patch) | |
tree | a1b50a6a1d242e0d6cce0e72c4d390bf2021b3d2 | |
parent | eac88a5fc63166917278a085e50039d1dd04c9a3 (diff) |
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Per PMFW 59.7.0.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Jiansong Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/pm/inc/smu_v11_0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h b/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h index ee13dad65e7b..2fba050b3180 100644 --- a/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h +++ b/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h @@ -33,7 +33,7 @@ #define SMU11_DRIVER_IF_VERSION_Sienna_Cichlid 0x39 #define SMU11_DRIVER_IF_VERSION_Navy_Flounder 0x5 #define SMU11_DRIVER_IF_VERSION_VANGOGH 0x01 -#define SMU11_DRIVER_IF_VERSION_Dimgrey_Cavefish 0x7 +#define SMU11_DRIVER_IF_VERSION_Dimgrey_Cavefish 0x9 /* MP Apertures */ #define MP0_Public 0x03800000 |