]> Gentwo Git Trees - linux/.git/commit
drm/amd/pm/si: Hook up VCE1 to SI DPM
authorTimur Kristóf <timur.kristof@gmail.com>
Fri, 7 Nov 2025 15:57:43 +0000 (16:57 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2025 02:54:18 +0000 (21:54 -0500)
commit53cc70f8f143d62341b7653e829e6d2af04946dd
tree69c791e201a42ddec60af8c17beebcb92f19e577
parent221cadb9c6bc2e179a717aac706dbbc9b3377acc
drm/amd/pm/si: Hook up VCE1 to SI DPM

On SI GPUs, the SMC needs to be aware of whether or not the VCE1
is used. The VCE1 is enabled/disabled through the DPM code.

Also print VCE clocks in amdgpu_pm_info.
Users can inspect the current power state using:
cat /sys/kernel/debug/dri/<card>/amdgpu_pm_info

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c