Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fifo_underrun.c152 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns()
159 intel_de_write(dev_priv, GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe)); in ivb_check_fifo_underruns()
160 intel_de_posting_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns()
172 intel_de_write(dev_priv, GEN7_ERR_INT, in ivb_set_fifo_underrun_reporting()
183 intel_de_read(dev_priv, GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) { in ivb_set_fifo_underrun_reporting()
H A Dintel_display_irq.c630 u32 err_int = intel_uncore_read(&dev_priv->uncore, GEN7_ERR_INT); in ivb_err_int_handler()
648 intel_uncore_write(&dev_priv->uncore, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
/linux/drivers/gpu/drm/i915/
H A Di915_irq.c684 intel_uncore_write(uncore, GEN7_ERR_INT, 0xffffffff); in ilk_irq_reset()
H A Dintel_gvt_mmio_table.c600 MMIO_D(GEN7_ERR_INT); in iterate_generic_mmio()
H A Di915_gpu_error.c1855 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
H A Di915_reg.h377 #define GEN7_ERR_INT _MMIO(0x44040) macro
/linux/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2391 MMIO_DH(GEN7_ERR_INT, D_ALL, NULL, NULL); in init_generic_mmio_info()