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

/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c566 if (mode->hdisplay < high_w)
569 if (mode->hdisplay == high_w && mode->vdisplay < high_h)
572 if (mode->hdisplay == high_w && mode->vdisplay == high_h &&
576 high_w = mode->hdisplay;
588 int hdisplay; member in struct:moderec
622 while (mode->hdisplay) {
623 if (mode->hdisplay <= native->hdisplay &&
625 m = drm_cvt_mode(dev, mode->hdisplay, mode->vdisplay,
791 (mode->hdisplay > nv_connecto
[all...]
H A Dnv17_tv.c203 for (tv_mode = nv17_tv_modes; tv_mode->hdisplay; tv_mode++) {
215 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay &&
233 int hdisplay; member in struct:__anon594
249 if (modes[i].hdisplay > output_mode->hdisplay ||
253 if (modes[i].hdisplay == output_mode->hdisplay &&
259 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay,
266 if (output_mode->hdisplay <
[all...]
H A Dnv17_tv.h98 int hdisplay; member in struct:nv17_tv_norm_params::__anon596::__anon597
/drivers/gpu/drm/
H A Ddrm_modes.c55 mode->hdisplay, mode->hsync_start,
65 * @hdisplay: hdisplay size
77 * according to the hdisplay, vdisplay, vrefresh.
86 struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay, argument
123 hdisplay_rnd = hdisplay - (hdisplay % CVT_H_GRANULARITY);
132 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin;
154 if (!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay))
156 else if (!(vdisplay % 9) && ((vdisplay * 16 / 9) == hdisplay))
302 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
500 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool lace, int margins) argument
[all...]
H A Ddrm_edid.c440 #define MODE_SIZE(m) ((m)->hdisplay * (m)->vdisplay)
497 if (hsize == ptr->hdisplay &&
687 /* According to the EDID spec, the hdisplay = hsize * 8 + 248 */
719 if (m->hdisplay == hsize && m->vdisplay == vsize &&
727 mode->hdisplay = 1366;
798 if ((mode->hdisplay == cea_interlaced[i].w) &&
866 mode->hdisplay = hactive;
867 mode->hsync_start = mode->hdisplay + hsync_offset;
869 mode->htotal = mode->hdisplay + hblank;
914 return (mode->htotal - mode->hdisplay
1781 drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay) argument
[all...]
/drivers/gpu/drm/i915/
H A Dintel_display.c1938 if ((crtc->mode.hdisplay > 2048) ||
3366 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3370 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
4039 int htotal, hdisplay, clock, pixel_size; local
4051 hdisplay = crtc->mode.hdisplay;
4057 tlb_miss = display->fifo_size*display->cacheline_size - hdisplay * 8;
4069 tlb_miss = cursor->fifo_size*cursor->cacheline_size - hdisplay * 8;
4123 int hdisplay, htotal, pixel_size, clock; local
4135 hdisplay
4228 int hdisplay = crtc->mode.hdisplay; local
4341 int hdisplay = enabled->mode.hdisplay; local
4474 int hdisplay, htotal, pixel_size, clock; local
[all...]

Completed in 128 milliseconds