Lines Matching refs:crtc
262 struct radeon_crtc *crtc, in rs690_crtc_bandwidth_compute() argument
266 struct drm_display_mode *mode = &crtc->base.mode; in rs690_crtc_bandwidth_compute()
273 if (!crtc->base.enabled) { in rs690_crtc_bandwidth_compute()
294 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute()
320 if (crtc->rmx_type != RMX_OFF) { in rs690_crtc_bandwidth_compute()
322 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
323 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
324 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
340 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
348 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
349 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
432 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
439 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rs690_crtc_bandwidth_compute()