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

/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp96 const uint32 value = enable ? PCH_INTERRUPT_VBLANK_BDW : 0;
130 if ((identity & PCH_INTERRUPT_VBLANK_BDW) != 0) {
132 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
141 if ((identity & PCH_INTERRUPT_VBLANK_BDW) != 0) {
143 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
152 if ((identity & PCH_INTERRUPT_VBLANK_BDW) != 0) {
154 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h807 #define PCH_INTERRUPT_VBLANK_BDW (1 << 0) // GEN8_PIPE_VBLANK macro

Completed in 52 milliseconds