Searched refs:GEN7_ERR_INT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_fifo_underrun.c | 148 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() 155 intel_de_write(dev_priv, GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe)); in ivb_check_fifo_underruns() 156 intel_de_posting_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() 168 intel_de_write(dev_priv, GEN7_ERR_INT, in ivb_set_fifo_underrun_reporting() 179 intel_de_read(dev_priv, GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) { in ivb_set_fifo_underrun_reporting()
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | i915_irq.c | 1768 u32 err_int = I915_READ(GEN7_ERR_INT); in ivb_err_int_handler() 1786 I915_WRITE(GEN7_ERR_INT, err_int); in ivb_err_int_handler() 2801 intel_uncore_write(uncore, GEN7_ERR_INT, 0xffffffff); in ilk_irq_reset()
|
| D | i915_gpu_error.c | 1551 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_regs()
|
| D | i915_reg.h | 2712 #define GEN7_ERR_INT _MMIO(0x44040) macro
|
| /Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
| D | handlers.c | 2607 MMIO_DH(GEN7_ERR_INT, D_ALL, NULL, NULL); in init_generic_mmio_info()
|