mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
drm/amd/pm: Print VCE clocks too in si_dpm (v3)
They are part of a power state too and should be printed alongside the rest of the data from the power state. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
6df0768c0d
commit
98fb1d5596
|
|
@ -7992,6 +7992,7 @@ static void si_dpm_print_power_state(void *handle,
|
|||
amdgpu_dpm_dbg_print_class_info(adev, rps->class, rps->class2);
|
||||
amdgpu_dpm_dbg_print_cap_info(adev, rps->caps);
|
||||
drm_dbg(adev_to_drm(adev), "\tuvd vclk: %d dclk: %d\n", rps->vclk, rps->dclk);
|
||||
drm_dbg(adev_to_drm(adev), "\tvce evclk: %d ecclk: %d\n", rps->evclk, rps->ecclk);
|
||||
for (i = 0; i < ps->performance_level_count; i++) {
|
||||
pl = &ps->performance_levels[i];
|
||||
drm_dbg(adev_to_drm(adev), "\t\tpower level %d sclk: %u mclk: %u vddc: %u vddci: %u pcie gen: %u\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user