Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/soc/
H A Dintel_gmch.c157 if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !enable_decode) in intel_gmch_vga_set_state()
161 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; in intel_gmch_vga_set_state()
163 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; in intel_gmch_vga_set_state()
/linux/include/drm/intel/
H A Di915_drm.h48 #define INTEL_GMCH_VGA_DISABLE (1 << 1) macro