]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 29 Jan 2026 19:47:22 +0000 (13:47 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Feb 2026 22:20:38 +0000 (17:20 -0500)
commit1478a34470bf4755465d29b348b24a610bccc180
tree83e6e2669c3881e5767982fcebbef0e9449a8940
parent18f7fcd5e69a04df57b563360b88be72471d6b62
drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52

commit f81cd793119e ("drm/amd/amdgpu: Fix MES init sequence") caused
a dependency on new enough MES firmware to use amdgpu.  This was fixed
on most gfx11 and gfx12 hardware with commit 0180e0a5dd5c
("drm/amdgpu/mes: add compatibility checks for set_hw_resource_1"), but
this left out that GC 11.0.4 had breakage at MES 0x51.

Bump the requirement to 0x52 instead.

Reported-by: danijel@nausys.com
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4576
Fixes: f81cd793119e ("drm/amd/amdgpu: Fix MES init sequence")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit c2d2ccc85faf8cc6934d50c18e43097eb453ade2)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c