Searched refs:gmch_ctrl (Results 1 – 1 of 1) sorted by relevance
7126 u16 gmch_ctrl; in intel_modeset_vga_set_state() local7129 gmch_ctrl = pci_read_config(bridge_dev, INTEL_GMCH_CTRL, 2); in intel_modeset_vga_set_state()7131 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()7133 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()7134 pci_write_config(bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl, 2); in intel_modeset_vga_set_state()