Home
last modified time | relevance | path

Searched refs:LVDS_HSYNC_POLARITY (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp1323 lvds &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in SetDisplayMode()
1327 lvds |= LVDS_HSYNC_POLARITY; in SetDisplayMode()
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h861 #define LVDS_HSYNC_POLARITY (1UL << 20) macro