drm/radeon/rv7xx/eg: implement get_current_sclk/mclk
Will be used for exposing current clocks via INFO ioctl. Tested-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -492,6 +492,8 @@ void rv770_dpm_debugfs_print_current_performance_level(struct radeon_device *rde
|
||||
int rv770_dpm_force_performance_level(struct radeon_device *rdev,
|
||||
enum radeon_dpm_forced_level level);
|
||||
bool rv770_dpm_vblank_too_short(struct radeon_device *rdev);
|
||||
u32 rv770_dpm_get_current_sclk(struct radeon_device *rdev);
|
||||
u32 rv770_dpm_get_current_mclk(struct radeon_device *rdev);
|
||||
|
||||
/*
|
||||
* evergreen
|
||||
|
Reference in New Issue
Block a user