mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
drm/radeon/dpm: add helper to fetch the vrefresh of the current mode
Needed for DPM on CI. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
61fb192a1c
commit
6bb5c0d74c
2 changed files with 19 additions and 0 deletions
|
@ -130,6 +130,7 @@ void r600_dpm_print_cap_info(u32 caps);
|
|||
void r600_dpm_print_ps_status(struct radeon_device *rdev,
|
||||
struct radeon_ps *rps);
|
||||
u32 r600_dpm_get_vblank_time(struct radeon_device *rdev);
|
||||
u32 r600_dpm_get_vrefresh(struct radeon_device *rdev);
|
||||
bool r600_is_uvd_state(u32 class, u32 class2);
|
||||
void r600_calculate_u_and_p(u32 i, u32 r_c, u32 p_b,
|
||||
u32 *p, u32 *u);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue