Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_lvds.c144 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in intel_pre_pll_enable_lvds()
146 temp |= LVDS_HSYNC_POLARITY; in intel_pre_pll_enable_lvds()
Di915_reg.h1826 #define LVDS_HSYNC_POLARITY (1 << 20) macro