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

/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h841 #define DISPLAY_MONITOR_PORT_DETECTED (1UL << 2) // TMDS/DisplayPort only macro
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp1548 //- DISPLAY_MONITOR_PORT_DETECTED does only tell you *some* sort of digital display is
1557 //if ((read32(portRegister) & DISPLAY_MONITOR_PORT_DETECTED) == 0)
1745 //- DISPLAY_MONITOR_PORT_DETECTED does only tell you *some* sort of digital display is
1754 //if ((read32(portRegister) & DISPLAY_MONITOR_PORT_DETECTED) == 0) {
2165 if ((read32(portRegister) & DISPLAY_MONITOR_PORT_DETECTED) == 0) {

Completed in 60 milliseconds