mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
drm/amdgpu/pm: add EnableGfxImu message dummy map for SMU IP v13.0.4
The SMU needs this message to trigger IMU initialization. Signed-off-by: Tim Huang <tim.huang@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -233,7 +233,8 @@
|
||||
__SMU_DUMMY_MAP(Spare0), \
|
||||
__SMU_DUMMY_MAP(UnforceGfxVid), \
|
||||
__SMU_DUMMY_MAP(HeavySBR), \
|
||||
__SMU_DUMMY_MAP(SetBadHBMPagesRetiredFlagsPerChannel),
|
||||
__SMU_DUMMY_MAP(SetBadHBMPagesRetiredFlagsPerChannel), \
|
||||
__SMU_DUMMY_MAP(EnableGfxImu),
|
||||
|
||||
#undef __SMU_DUMMY_MAP
|
||||
#define __SMU_DUMMY_MAP(type) SMU_MSG_##type
|
||||
|
||||
Reference in New Issue
Block a user