Lines Matching refs:mode
22 static void sti_drm_crtc_dpms(struct drm_crtc *crtc, int mode) in sti_drm_crtc_dpms() argument
74 const struct drm_display_mode *mode, in sti_drm_crtc_mode_fixup() argument
82 sti_drm_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode) in sti_drm_crtc_mode_set() argument
88 int rate = mode->clock * 1000; in sti_drm_crtc_mode_set()
93 mode->base.id, mode->name); in sti_drm_crtc_mode_set()
96 mode->vrefresh, mode->clock, in sti_drm_crtc_mode_set()
97 mode->hdisplay, in sti_drm_crtc_mode_set()
98 mode->hsync_start, mode->hsync_end, in sti_drm_crtc_mode_set()
99 mode->htotal, in sti_drm_crtc_mode_set()
100 mode->vdisplay, in sti_drm_crtc_mode_set()
101 mode->vsync_start, mode->vsync_end, in sti_drm_crtc_mode_set()
102 mode->vtotal, mode->type, mode->flags); in sti_drm_crtc_mode_set()
121 compo->vtg_main : compo->vtg_aux, &crtc->mode); in sti_drm_crtc_mode_set()
123 res = sti_mixer_active_video_area(mixer, &crtc->mode); in sti_drm_crtc_mode_set()