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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp444 //note: bit DISPLAY_PLL_NO_VGA_CONTROL does not exist on IvyBridge and should be left
446 uint32 pll = DISPLAY_PLL_ENABLED | DISPLAY_PLL_NO_VGA_CONTROL | extraFlags;
489 //note: on older chipsets DISPLAY_PLL_NO_VGA_CONTROL probably enables the PLL and locks regs;
491 write32(pllControl, pll & ~DISPLAY_PLL_ENABLED & ~DISPLAY_PLL_NO_VGA_CONTROL);
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h869 #define DISPLAY_PLL_NO_VGA_CONTROL (1UL << 28) macro

Completed in 55 milliseconds