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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c576 RADEONLegacyDDCType DDCType; local in function:RADEONGetLegacyConnectorInfoFromBIOS
725 DDCType = (tmp >> 8) & 0xf;
726 switch (DDCType) {
740 xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Unknown DDC Type: %d\n", DDCType);
801 DDCType = tmp1;
802 switch (DDCType) {
841 xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Unknown DDC Type: %d\n", DDCType);

Completed in 4 milliseconds