Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_pci_config.h54 #define I915_GDRST 0xc0 macro
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c153 pci_read_config_byte(pdev, I915_GDRST, &gdrst); in i915_in_reset()
165 pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE); in i915_do_reset()
170 pci_write_config_byte(pdev, I915_GDRST, 0); in i915_do_reset()
182 pci_read_config_byte(pdev, I915_GDRST, &gdrst); in g4x_reset_complete()
192 pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE); in g33_do_reset()
208 pci_write_config_byte(pdev, I915_GDRST, in g4x_do_reset()
216 pci_write_config_byte(pdev, I915_GDRST, in g4x_do_reset()
225 pci_write_config_byte(pdev, I915_GDRST, 0); in g4x_do_reset()