HomeSort by: relevance | last modified time | path
    Searched refs:ucFakeEDIDLength (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_encoders.c 2105 if (fake_edid_record->ucFakeEDIDLength) {
2108 max((int)EDID_LENGTH, (int)fake_edid_record->ucFakeEDIDLength);
2112 fake_edid_record->ucFakeEDIDLength);
2121 record += fake_edid_record->ucFakeEDIDLength ?
2122 fake_edid_record->ucFakeEDIDLength + 2 :
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 1726 if (fake_edid_record->ucFakeEDIDLength) {
1729 max((int)EDID_LENGTH, (int)fake_edid_record->ucFakeEDIDLength);
1733 fake_edid_record->ucFakeEDIDLength);
1742 record += fake_edid_record->ucFakeEDIDLength ?
1743 fake_edid_record->ucFakeEDIDLength + 2 :
atombios.h 3619 UCHAR ucFakeEDIDLength;
3620 UCHAR ucFakeEDIDString[1]; // This actually has ucFakeEdidLength elements.
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 4111 UCHAR ucFakeEDIDLength; // = 128 means EDID length is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
4112 UCHAR ucFakeEDIDString[1]; // This actually has ucFakeEdidLength elements.

Completed in 92 milliseconds