]> git.ipfire.org Git - thirdparty/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 21:33:11 +0000 (16:33 -0500)
commit4e22a5fe6ea6e0b057e7f246df4ac3ff8bfbc46a
tree83936d36433789ea2acb33f0633a318c8d1790ae
parentec5708d6e547f7efe2f009073bfa98dbc4c5c2ac
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>
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c