Searched refs:drm_mode (Results 1 – 7 of 7) sorted by relevance
165 struct drm_display_mode *drm_mode; in drm_cvt_mode() local177 drm_mode = drm_mode_create(dev); in drm_cvt_mode()178 if (!drm_mode) in drm_cvt_mode()201 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin; in drm_cvt_mode()214 drm_mode->vdisplay = vdisplay + 2 * vmargin; in drm_cvt_mode()263 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()283 hblank = drm_mode->hdisplay * hblank_percentage / in drm_cvt_mode()287 drm_mode->htotal = drm_mode->hdisplay + hblank; in drm_cvt_mode()288 drm_mode->hsync_end = drm_mode->hdisplay + hblank / 2; in drm_cvt_mode()289 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode()[all …]
180 const struct drm_display_mode *drm_mode) in ch7006_lookup_mode() argument190 if (mode->mode.hdisplay != drm_mode->hdisplay || in ch7006_lookup_mode()191 mode->mode.vdisplay != drm_mode->vdisplay || in ch7006_lookup_mode()192 mode->mode.vtotal != drm_mode->vtotal || in ch7006_lookup_mode()193 mode->mode.htotal != drm_mode->htotal || in ch7006_lookup_mode()194 mode->mode.clock != drm_mode->clock) in ch7006_lookup_mode()
119 struct drm_display_mode *drm_mode, in ch7006_encoder_mode_set() argument146 start_active = (drm_mode->htotal & ~0x7) - (drm_mode->hsync_start & ~0x7); in ch7006_encoder_mode_set()155 if (drm_mode->flags & DRM_MODE_FLAG_PVSYNC) in ch7006_encoder_mode_set()157 if (drm_mode->flags & DRM_MODE_FLAG_PHSYNC) in ch7006_encoder_mode_set()
116 const struct drm_display_mode *drm_mode);
28 drm_mode.h \
15 drm_mode.h \
329 ./usr/X11R7/include/X11/drm/drm_mode.h xcomp-obsolete obsolete538 ./usr/X11R7/include/drm/drm_mode.h xcomp-obsolete obsolete710 ./usr/X11R7/include/libdrm/drm_mode.h xcomp-libdrm-include xorg