Lines Matching refs:crtc
273 struct radeon_crtc *crtc, in rs690_crtc_bandwidth_compute() argument
277 struct drm_display_mode *mode = &crtc->base.mode; in rs690_crtc_bandwidth_compute()
284 if (!crtc->base.enabled) { in rs690_crtc_bandwidth_compute()
305 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute()
331 if (crtc->rmx_type != RMX_OFF) { in rs690_crtc_bandwidth_compute()
333 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
334 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
335 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
351 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
359 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
360 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
443 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
450 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rs690_crtc_bandwidth_compute()