Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Di915_drm.h46 #define INTEL_GMCH_VGA_DISABLE (1 << 1) macro
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c14421 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state) in intel_modeset_vga_set_state()
14425 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()
14427 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()