Searched refs:gmch_ctrl (Results 1 – 1 of 1) sorted by relevance
9444 u16 gmch_ctrl; in intel_modeset_vga_set_state() local9446 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl); in intel_modeset_vga_set_state()9448 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()9450 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; in intel_modeset_vga_set_state()9451 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl); in intel_modeset_vga_set_state()