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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c57 mode->hdisplay, mode->hsync_start,
66 * @hdisplay: hdisplay size
78 * according to the hdisplay, vdisplay, vrefresh.
87 struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay, argument
124 hdisplay_rnd = hdisplay - (hdisplay % CVT_H_GRANULARITY);
133 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin;
155 if (!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay))
157 else if (!(vdisplay % 9) && ((vdisplay * 16 / 9) == hdisplay))
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)
1248 return (mode->htotal - mode->hdisplay == 160) &&
1249 (mode->hsync_end - mode->hdisplay == 80) &&
1273 if (hsize != ptr->hdisplay)
1466 /* According to the EDID spec, the hdisplay = hsize * 8 + 248 */
1498 if (m->hdisplay == hsize && m->vdisplay == vsize &&
1506 mode->hdisplay = 1366;
1586 if ((mode->hdisplay == cea_interlaced[i].w) &&
1661 mode->hdisplay = hactive;
1662 mode->hsync_start = mode->hdisplay
2958 drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay) argument
[all...]
H A Ddrm_crtc.c1209 if (in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX ||
1217 out->hdisplay = in->hdisplay;
1250 out->hdisplay = in->hdisplay;
2027 int hdisplay, vdisplay; local
2064 hdisplay = mode->hdisplay;
2068 swap(hdisplay, vdisplay);
2070 if (hdisplay > f
3472 int hdisplay, vdisplay; local
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
H A Ddrm_crtc.h121 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
141 int hdisplay; 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);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c535 if ((crtc->mode.hdisplay > max_hdisplay) ||
1172 int htotal, hdisplay, clock, pixel_size; local
1184 hdisplay = crtc->mode.hdisplay;
1190 tlb_miss = display->fifo_size*display->cacheline_size - hdisplay * 8;
1202 tlb_miss = cursor->fifo_size*cursor->cacheline_size - hdisplay * 8;
1256 int hdisplay, htotal, pixel_size, clock; local
1268 hdisplay = crtc->mode.hdisplay;
1275 line_size = hdisplay * pixel_siz
1496 int hdisplay = crtc->mode.hdisplay; local
1615 int hdisplay = enabled->mode.hdisplay; local
1751 int hdisplay, htotal, pixel_size, clock; local
[all...]

Completed in 1907 milliseconds