Home
last modified time | relevance | path

Searched refs:r600_dpm_get_vrefresh (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.h137 u32 r600_dpm_get_vrefresh(struct radeon_device *rdev);
H A Dr600_dpm.c181 u32 r600_dpm_get_vrefresh(struct radeon_device *rdev) in r600_dpm_get_vrefresh() function
H A Dradeon_pm.c922 if (single_display && (r600_dpm_get_vrefresh(rdev) >= 120)) in radeon_dpm_single_display()
H A Dci_dpm.c755 if (r600_dpm_get_vrefresh(rdev) > 120) in ci_dpm_vblank_too_short()
1949 u32 refresh_rate = r600_dpm_get_vrefresh(rdev); in ci_program_display_gap()