Searched refs:GEN7_ERR_INT (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fifo_underrun.c | 156 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() 163 intel_de_write(dev_priv, GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe)); in ivb_check_fifo_underruns() 164 intel_de_posting_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() 176 intel_de_write(dev_priv, GEN7_ERR_INT, in ivb_set_fifo_underrun_reporting() 187 intel_de_read(dev_priv, GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) { in ivb_set_fifo_underrun_reporting()
|
H A D | intel_display_irq.c | 626 u32 err_int = intel_uncore_read(&dev_priv->uncore, GEN7_ERR_INT); in ivb_err_int_handler() 644 intel_uncore_write(&dev_priv->uncore, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 641 intel_uncore_write(uncore, GEN7_ERR_INT, 0xffffffff); in ilk_irq_reset()
|
H A D | intel_gvt_mmio_table.c | 600 MMIO_D(GEN7_ERR_INT); in iterate_generic_mmio()
|
H A D | i915_gpu_error.c | 1858 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
|
H A D | i915_reg.h | 377 #define GEN7_ERR_INT _MMIO(0x44040) macro
|