[Intel-gfx] [PATCH i-g-t 2/4] lib: add the ability to set an EDID data block on a connector

Daniel Vetter daniel at ffwll.ch
Wed Jun 18 15:57:18 CEST 2014


On Wed, Jun 18, 2014 at 02:44:11PM +0100, Thomas Wood wrote:
> +/**
> + * kmstest_generic_edid:
> + * @EDID_XGA: 1024x768
> + * @EDID_SXGA: 1280x1024
> + * @EDID_UXGA: 1600x1200
> + * @EDID_WSXGA: 1680x1050
> + * @EDID_FHD: 1920x1080
> + * @MAX_EDIDS: Size of #generic_edid array
> + */
> +enum kmstest_generic_edid {
> +	EDID_XGA,   /* 1024x768 */
> +	EDID_SXGA,  /* 1280x1024 */
> +	EDID_UXGA,  /* 1600x1200 */
> +	EDID_WSXGA, /* 1680x1050 */
> +	EDID_FHD,   /* 1920x1080 */

Hm, can't we have just one full hd edid which supports all the above
modes?
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch



More information about the Intel-gfx mailing list