Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c149 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns()
156 intel_de_write(dev_priv, GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe)); in ivb_check_fifo_underruns()
157 intel_de_posting_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns()
169 intel_de_write(dev_priv, GEN7_ERR_INT, in ivb_set_fifo_underrun_reporting()
180 intel_de_read(dev_priv, GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) { in ivb_set_fifo_underrun_reporting()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_irq.c1902 u32 err_int = intel_uncore_read(&dev_priv->uncore, GEN7_ERR_INT); in ivb_err_int_handler()
1920 intel_uncore_write(&dev_priv->uncore, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
3072 intel_uncore_write(uncore, GEN7_ERR_INT, 0xffffffff); in ilk_irq_reset()
Dintel_gvt_mmio_table.c582 MMIO_D(GEN7_ERR_INT); in iterate_generic_mmio()
Di915_gpu_error.c1756 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
Di915_reg.h1001 #define GEN7_ERR_INT _MMIO(0x44040) macro
/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c2377 MMIO_DH(GEN7_ERR_INT, D_ALL, NULL, NULL); in init_generic_mmio_info()