Lines Matching defs:mode
209 * Sets the power management mode of the pipe and plane.
214 static void oaktrail_crtc_dpms(struct drm_crtc *crtc, int mode)
226 oaktrail_crtc_hdmi_dpms(crtc, mode);
236 switch (mode) {
357 struct drm_display_mode *mode,
382 return oaktrail_crtc_hdmi_mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
388 mode,
422 REG_WRITE_WITH_AUX(map->src, ((mode->crtc_hdisplay - 1) << 16) |
423 (mode->crtc_vdisplay - 1), i);
437 mode->crtc_hdisplay) / 2;
439 mode->crtc_vdisplay) / 2;
442 REG_WRITE_WITH_AUX(map->htotal, (mode->crtc_hdisplay - 1) |
444 REG_WRITE_WITH_AUX(map->vtotal, (mode->crtc_vdisplay - 1) |
535 adjusted_mode->clock / mode->clock;