Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/swsmu: update Dpmclocks_t for smu v14.0.1

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>

authored by

Li Ma and committed by
Alex Deucher
28e782b2 5434bc03

-1
-1
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu14_driver_if_v14_0_0.h
··· 169 169 uint8_t VpeClkLevelsEnabled; 170 170 uint8_t NumMemPstatesEnabled; 171 171 uint8_t NumFclkLevelsEnabled; 172 - uint8_t spare; 173 172 174 173 uint32_t MinGfxClk; 175 174 uint32_t MaxGfxClk;