Commit 98fb1d55 authored by Timur Kristóf's avatar Timur Kristóf Committed by Alex Deucher
Browse files

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: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarTimur Kristóf <timur.kristof@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6df0768c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",