Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/i915/
Dintel_display.c5429 lvds_sync |= LVDS_VSYNC_POLARITY; in i9xx_crtc_mode_set()
5430 if ((temp & (LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY)) in i9xx_crtc_mode_set()
5436 flags[!(temp & LVDS_VSYNC_POLARITY)], in i9xx_crtc_mode_set()
5438 flags[!(lvds_sync & LVDS_VSYNC_POLARITY)]); in i9xx_crtc_mode_set()
5439 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in i9xx_crtc_mode_set()
6015 lvds_sync |= LVDS_VSYNC_POLARITY; in ironlake_crtc_mode_set()
6016 if ((temp & (LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY)) in ironlake_crtc_mode_set()
6022 flags[!(temp & LVDS_VSYNC_POLARITY)], in ironlake_crtc_mode_set()
6024 flags[!(lvds_sync & LVDS_VSYNC_POLARITY)]); in ironlake_crtc_mode_set()
6025 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in ironlake_crtc_mode_set()
Di915_reg.h1568 #define LVDS_VSYNC_POLARITY (1 << 21) macro