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

Thomas Wood thomas.wood at intel.com
Wed Jun 18 16:03:25 CEST 2014


On 18 June 2014 14:57, Daniel Vetter <daniel at ffwll.ch> wrote:
> 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?


Yes, although for kms_force_connector I actually wanted two different
EDIDs to make sure overwriting the value worked correctly.


> -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