Searched refs:ucFakeEDIDLength (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c2066 if (fake_edid_record->ucFakeEDIDLength) {
2069 max((int)EDID_LENGTH, (int)fake_edid_record->ucFakeEDIDLength);
2073 fake_edid_record->ucFakeEDIDLength);
2082 record += fake_edid_record->ucFakeEDIDLength ?
2085 fake_edid_record->ucFakeEDIDLength) :
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c1718 if (fake_edid_record->ucFakeEDIDLength) {
1721 max((int)EDID_LENGTH, (int)fake_edid_record->ucFakeEDIDLength);
1725 fake_edid_record->ucFakeEDIDLength);
1734 record += fake_edid_record->ucFakeEDIDLength ?
1737 fake_edid_record->ucFakeEDIDLength) :
H A Datombios.h3617 UCHAR ucFakeEDIDLength; member in struct:_ATOM_FAKE_EDID_PATCH_RECORD
/linux-master/drivers/gpu/drm/amd/include/
H A Datombios.h4109 UCHAR ucFakeEDIDLength; // = 128 means EDID length is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128 member in struct:_ATOM_FAKE_EDID_PATCH_RECORD

Completed in 244 milliseconds