Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_display.c5169 u32 lvds_sync = 0; in i9xx_crtc_mode_set() local
5385 lvds_sync |= LVDS_HSYNC_POLARITY; in i9xx_crtc_mode_set()
5387 lvds_sync |= LVDS_VSYNC_POLARITY; in i9xx_crtc_mode_set()
5389 != lvds_sync) { in i9xx_crtc_mode_set()
5395 flags[!(lvds_sync & LVDS_HSYNC_POLARITY)], in i9xx_crtc_mode_set()
5396 flags[!(lvds_sync & LVDS_VSYNC_POLARITY)]); in i9xx_crtc_mode_set()
5398 temp |= lvds_sync; in i9xx_crtc_mode_set()
5680 u32 lvds_sync = 0; in ironlake_crtc_mode_set() local
5971 lvds_sync |= LVDS_HSYNC_POLARITY; in ironlake_crtc_mode_set()
5973 lvds_sync |= LVDS_VSYNC_POLARITY; in ironlake_crtc_mode_set()
[all …]