diff options
author | Tao Zhou <[email protected]> | 2020-10-02 13:53:49 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-12 14:02:29 -0400 |
commit | 4ccc957f1511e5e0ebb112ceed38fe0e4c5653bc (patch) | |
tree | 6ae5d56b4990df97b577f2d3bffc5a87ac28052d | |
parent | be6b1cd3b7e4b12b5d81f110968674825868610f (diff) |
drm/amdgpu/swsmu: update driver if version for dimgrey_cavefish
Update driver if version from 0x5 to 0x6 for dimgrey_cavefish, per PMFW 59.04.0.
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 9edc9f24746c..84211c620417 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 0x5 +#define SMU11_DRIVER_IF_VERSION_Dimgrey_Cavefish 0x6 /* MP Apertures */ #define MP0_Public 0x03800000 |