Lines Matching refs:mode
55 const struct drm_display_mode *mode, in sti_crtc_mode_fixup() argument
63 sti_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode) in sti_crtc_mode_set() argument
69 int rate = mode->clock * 1000; in sti_crtc_mode_set()
74 mode->base.id, mode->name); in sti_crtc_mode_set()
77 mode->vrefresh, mode->clock, in sti_crtc_mode_set()
78 mode->hdisplay, in sti_crtc_mode_set()
79 mode->hsync_start, mode->hsync_end, in sti_crtc_mode_set()
80 mode->htotal, in sti_crtc_mode_set()
81 mode->vdisplay, in sti_crtc_mode_set()
82 mode->vsync_start, mode->vsync_end, in sti_crtc_mode_set()
83 mode->vtotal, mode->type, mode->flags); in sti_crtc_mode_set()
102 compo->vtg_main : compo->vtg_aux, &crtc->mode); in sti_crtc_mode_set()
104 res = sti_mixer_active_video_area(mixer, &crtc->mode); in sti_crtc_mode_set()