kernel/drivers/gpu/drm/amd/include/atombios.h
.. .. @@ -4106,7 +4106,7 @@ 4106 4106 typedef struct _ATOM_FAKE_EDID_PATCH_RECORD 4107 4107 { 4108 4108 UCHAR ucRecordType; 4109 - UCHAR ucFakeEDIDLength; // = 128 means EDID lenght is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*1284109 + UCHAR ucFakeEDIDLength; // = 128 means EDID length is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*1284110 4110 UCHAR ucFakeEDIDString[1]; // This actually has ucFakeEdidLength elements. 4111 4111 } ATOM_FAKE_EDID_PATCH_RECORD; 4112 4112