Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Di915_drm.h46 #define INTEL_GMCH_VGA_DISABLE (1 << 1) macro
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c15613 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state) in intel_modeset_vga_set_state()
15617 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()
15619 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()