]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: fix gpu idle power consumption issue for gfx v12
authorYang Wang <kevinyang.wang@amd.com>
Wed, 4 Mar 2026 23:45:45 +0000 (18:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Mar 2026 22:11:46 +0000 (17:11 -0500)
commita6571045cf06c4aa749b4801382ae96650e2f0e1
treee88d5dddcaca9ae598064be539e9ebbe1d68494d
parent52289ce48ef1f8a81cd39df1574098356e3c9d4c
drm/amdgpu: fix gpu idle power consumption issue for gfx v12

Older versions of the MES firmware may cause abnormal GPU power consumption.
When performing inference tasks on the GPU (e.g., with Ollama using ROCm),
the GPU may show abnormal power consumption in idle state and incorrect GPU load information.
This issue has been fixed in firmware version 0x8b and newer.

Closes: https://github.com/ROCm/ROCm/issues/5706
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 4e22a5fe6ea6e0b057e7f246df4ac3ff8bfbc46a)
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c