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

/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Ddpms.cpp101 bool hasPCH = gInfo->shared_info->device_type.HasPlatformControlHub(); local
102 if (hasPCH) {
107 int controlRegister = hasPCH ? PCH_PANEL_CONTROL : INTEL_PANEL_CONTROL;
108 int statusRegister = hasPCH ? PCH_PANEL_STATUS : INTEL_PANEL_STATUS;
116 | (hasPCH ? PANEL_REGISTER_UNLOCK : 0));
125 | (hasPCH ? PANEL_REGISTER_UNLOCK : 0));
H A Daccelerant.cpp216 bool hasPCH = gInfo->shared_info->device_type.HasPlatformControlHub(); local
217 if ((hasPCH && (lvds & PCH_LVDS_DETECTED) != 0)
218 || (!hasPCH && (lvds & DISPLAY_PIPE_ENABLED) != 0)) {
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp89 bool hasPCH = info.device_type.HasPlatformControlHub(); local
90 uint16 mask = hasPCH ? PCH_INTERRUPT_VBLANK_PIPEA : INTERRUPT_VBLANK_PIPEA;
99 mask = hasPCH ? PCH_INTERRUPT_VBLANK_PIPEB : INTERRUPT_VBLANK_PIPEB;
151 bool hasPCH = info.device_type.HasPlatformControlHub(); local
152 uint16 enable = hasPCH

Completed in 43 milliseconds