]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Move get mes version info to the end of set_hw_resource
authorShaoyun Liu <shaoyun.liu@amd.com>
Thu, 26 Mar 2026 16:14:32 +0000 (12:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:41:14 +0000 (15:41 -0400)
commit6f2d27cb614a918bfe0965aa8109d32fafe0559c
treebdcbbaadf349f4694510ed9696356491c3cf23dc
parent6a42895ac1b71ca8d02e2d85457cadd2d2d73447
drm/amdgpu: Move get mes version info to the end of set_hw_resource

After init mes queue, it require some time for mes to execute init
code including setup version info in CP_MES_GP3 register. Put it after
first MES call(set_hw_resource package).

Signed-off-by: Shaoyun Liu <shaoyun.liu@amd.com>
Reviewed-by: Michael Chen <michael.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c