Commit da6472f3 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: remove some rv7xx leftovers from btc dpm code



Some copy paste leftovers.  No functional change.

Tested-by: default avatarMarek Olšák <marek.olsak@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 99550ee9
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -2751,13 +2751,8 @@ void btc_dpm_debugfs_print_current_performance_level(struct radeon_device *rdev,
		else /* current_index == 2 */
			pl = &ps->high;
		seq_printf(m, "uvd    vclk: %d dclk: %d\n", rps->vclk, rps->dclk);
		if (rdev->family >= CHIP_CEDAR) {
		seq_printf(m, "power level %d    sclk: %u mclk: %u vddc: %u vddci: %u\n",
			   current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci);
		} else {
			seq_printf(m, "power level %d    sclk: %u mclk: %u vddc: %u\n",
				   current_index, pl->sclk, pl->mclk, pl->vddc);
		}
	}
}