drm/amd/swsmu: update Dpmclocks_t for smu v14.0.1
authorLi Ma <li.ma@amd.com>
Fri, 17 May 2024 07:51:52 +0000 (15:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2024 20:20:26 +0000 (16:20 -0400)
MinGfxClk in Dpmclocks_t is wrong. According to pmfw,
dropping an uint8_t spare in Dpmclocks_t.

Signed-off-by: Li Ma <li.ma@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu14_driver_if_v14_0_0.h

index 97522c0852589d63a84009a518b0af4719021ba5..1bc30db22f9c980a56f525c9ebb95be20f906b1a 100644 (file)
@@ -169,7 +169,6 @@ typedef struct {
   uint8_t  VpeClkLevelsEnabled;
   uint8_t  NumMemPstatesEnabled;
   uint8_t  NumFclkLevelsEnabled;
-  uint8_t  spare;
 
   uint32_t MinGfxClk;
   uint32_t MaxGfxClk;