forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/drm/amd/include/atombios.h
....@@ -4106,7 +4106,7 @@
41064106 typedef struct _ATOM_FAKE_EDID_PATCH_RECORD
41074107 {
41084108 UCHAR ucRecordType;
4109
- UCHAR ucFakeEDIDLength; // = 128 means EDID lenght is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
4109
+ UCHAR ucFakeEDIDLength; // = 128 means EDID length is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
41104110 UCHAR ucFakeEDIDString[1]; // This actually has ucFakeEdidLength elements.
41114111 } ATOM_FAKE_EDID_PATCH_RECORD;
41124112