diff options
author | Tao Zhou <[email protected]> | 2020-10-02 12:24:26 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-12 14:01:51 -0400 |
commit | 4ed032bd13fa7abdc443fd29d1edfc8fa698253a (patch) | |
tree | 08344e416bdb8e636ff05c073b36e03689c2eff4 | |
parent | e4ed4f50d2af766f49904f91be1be9608a7b3127 (diff) |
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Update driver if version according to PMFW with version 0x003B0100.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Hawking Zhang <[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 9351abf99b31..4ce0d484b73c 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 0x1 +#define SMU11_DRIVER_IF_VERSION_Dimgrey_Cavefish 0x4 /* MP Apertures */ #define MP0_Public 0x03800000 |