Lines Matching refs:crtc
272 struct radeon_crtc *crtc, in rs690_crtc_bandwidth_compute() argument
276 struct drm_display_mode *mode = &crtc->base.mode; in rs690_crtc_bandwidth_compute()
283 if (!crtc->base.enabled) { in rs690_crtc_bandwidth_compute()
304 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute()
330 if (crtc->rmx_type != RMX_OFF) { in rs690_crtc_bandwidth_compute()
332 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
333 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
334 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
350 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
358 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
359 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
442 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
449 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rs690_crtc_bandwidth_compute()