Lines Matching refs:radeon_crtc
160 struct radeon_crtc *radeon_crtc; in r600_dpm_get_vblank_time() local
166 radeon_crtc = to_radeon_crtc(crtc); in r600_dpm_get_vblank_time()
167 if (crtc->enabled && radeon_crtc->enabled && radeon_crtc->hw_mode.clock) { in r600_dpm_get_vblank_time()
169 radeon_crtc->hw_mode.crtc_htotal * in r600_dpm_get_vblank_time()
170 (radeon_crtc->hw_mode.crtc_vblank_end - in r600_dpm_get_vblank_time()
171 radeon_crtc->hw_mode.crtc_vdisplay + in r600_dpm_get_vblank_time()
172 (radeon_crtc->v_border * 2)); in r600_dpm_get_vblank_time()
174 vblank_time_us = vblank_in_pixels * 1000 / radeon_crtc->hw_mode.clock; in r600_dpm_get_vblank_time()
187 struct radeon_crtc *radeon_crtc; in r600_dpm_get_vrefresh() local
192 radeon_crtc = to_radeon_crtc(crtc); in r600_dpm_get_vrefresh()
193 if (crtc->enabled && radeon_crtc->enabled && radeon_crtc->hw_mode.clock) { in r600_dpm_get_vrefresh()
194 vrefresh = drm_mode_vrefresh(&radeon_crtc->hw_mode); in r600_dpm_get_vrefresh()