Lines Matching defs:mode
225 * allocation mode. In manual allocation mode, D1 always starts at 0,
277 struct drm_display_mode *mode = &crtc->base.mode;
310 b.full = dfixed_const(mode->crtc_hdisplay);
322 * pclk = pixel clock period(ns) = 1000 / (mode.clock / 1000)
327 a.full = dfixed_const(mode->clock);
351 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
359 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
360 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
443 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
450 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
600 mode0 = &rdev->mode_info.crtcs[0]->base.mode;
602 mode1 = &rdev->mode_info.crtcs[1]->base.mode;