Searched defs:hsize (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.h179 int hsize; /* H Addr Vid Img, mm (Bytes #12,14) */ member in struct:__anon53
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1257 * @hsize: Mode width
1266 int hsize, int vsize, int fresh,
1273 if (hsize != ptr->hdisplay)
1455 int hsize, vsize; local
1463 if (bad_std_timing(t->hsize, t->vfreq_aspect))
1466 /* According to the EDID spec, the hdisplay = hsize * 8 + 248 */
1467 hsize = t->hsize * 8 + 248;
1473 vsize = hsize;
1475 vsize = (hsize * 1
1265 drm_mode_find_dmt(struct drm_device *dev, int hsize, int vsize, int fresh, bool rb) argument
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_edid.h59 u8 hsize; /* need to multiply by 8 then add 248 */ member in struct:std_timing

Completed in 18 milliseconds