Searched defs:vdisplay (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c690 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
750 int vbl_status, vtotal, vdisplay; local
768 vdisplay = mode->crtc_vdisplay;
778 if (vtotal <= 0 || vdisplay <= 0 || framedur_ns == 0) {
851 ((vdisplay - vpos) < vtotal / 100)) {
H A Ddrm_modes.c59 mode->vdisplay, mode->vsync_start,
67 * @vdisplay: vdisplay size
78 * according to the hdisplay, vdisplay, vrefresh.
88 int vdisplay, int vrefresh,
137 vdisplay_rnd = vdisplay / 2;
139 vdisplay_rnd = vdisplay;
146 drm_mode->vdisplay = vdisplay + 2 * vmargin;
155 if (!(vdisplay
87 drm_cvt_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool reduced, bool interlaced, bool margins) argument
303 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) argument
503 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool lace, int margins) argument
[all...]
H A Ddrm_edid.c1196 #define MODE_SIZE(m) ((m)->hdisplay * (m)->vdisplay)
1251 (mode->vsync_start - mode->vdisplay == 3);
1275 if (vsize != ptr->vdisplay)
1470 /* the vdisplay is calculated based on the aspect ratio */
1498 if (m->hdisplay == hsize && m->vdisplay == vsize &&
1587 (mode->vdisplay == cea_interlaced[i].h / 2)) {
1588 mode->vdisplay *= 2;
1666 mode->vdisplay = vactive;
1667 mode->vsync_start = mode->vdisplay + vsync_offset;
1669 mode->vtotal = mode->vdisplay
2958 drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay) argument
[all...]
H A Ddrm_crtc.c1211 in->hskew > USHRT_MAX || in->vdisplay > USHRT_MAX ||
1222 out->vdisplay = in->vdisplay;
1255 out->vdisplay = in->vdisplay;
2027 int hdisplay, vdisplay; local
2065 vdisplay = mode->vdisplay;
2068 swap(hdisplay, vdisplay);
2071 vdisplay > f
3472 int hdisplay, vdisplay; local
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
H A Ddrm_crtc.h122 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
146 int vdisplay; member in struct:drm_display_mode
1033 int hdisplay, int vdisplay, int vrefresh,
1036 int hdisplay, int vdisplay, int vrefresh,
1039 int hdisplay, int vdisplay, int vrefresh,
1043 int hdisplay, int vdisplay);

Completed in 68 milliseconds