Home
last modified time | relevance | path

Searched refs:ucFakeEDIDLength (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_atombios.c1727 if (fake_edid_record->ucFakeEDIDLength) { in radeon_atombios_get_lvds_info()
1730 max((int)EDID_LENGTH, (int)fake_edid_record->ucFakeEDIDLength); in radeon_atombios_get_lvds_info()
1734 fake_edid_record->ucFakeEDIDLength); in radeon_atombios_get_lvds_info()
1743 record += fake_edid_record->ucFakeEDIDLength ? in radeon_atombios_get_lvds_info()
1744 fake_edid_record->ucFakeEDIDLength + 2 : in radeon_atombios_get_lvds_info()
Datombios.h3617 UCHAR ucFakeEDIDLength; member