Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_display.c9444 u16 gmch_ctrl; in intel_modeset_vga_set_state() local
9446 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()