Lines Matching refs:amdgpu_crtc
120 struct amdgpu_crtc *amdgpu_crtc; in amdgpu_dpm_get_vblank_time() local
126 amdgpu_crtc = to_amdgpu_crtc(crtc); in amdgpu_dpm_get_vblank_time()
127 if (crtc->enabled && amdgpu_crtc->enabled && amdgpu_crtc->hw_mode.clock) { in amdgpu_dpm_get_vblank_time()
128 line_time_us = (amdgpu_crtc->hw_mode.crtc_htotal * 1000) / in amdgpu_dpm_get_vblank_time()
129 amdgpu_crtc->hw_mode.clock; in amdgpu_dpm_get_vblank_time()
130 vblank_lines = amdgpu_crtc->hw_mode.crtc_vblank_end - in amdgpu_dpm_get_vblank_time()
131 amdgpu_crtc->hw_mode.crtc_vdisplay + in amdgpu_dpm_get_vblank_time()
132 (amdgpu_crtc->v_border * 2); in amdgpu_dpm_get_vblank_time()
146 struct amdgpu_crtc *amdgpu_crtc; in amdgpu_dpm_get_vrefresh() local
151 amdgpu_crtc = to_amdgpu_crtc(crtc); in amdgpu_dpm_get_vrefresh()
152 if (crtc->enabled && amdgpu_crtc->enabled && amdgpu_crtc->hw_mode.clock) { in amdgpu_dpm_get_vrefresh()
153 vrefresh = drm_mode_vrefresh(&amdgpu_crtc->hw_mode); in amdgpu_dpm_get_vrefresh()