Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_fifo_underrun.c154 u32 err_int = intel_de_read(display, GEN7_ERR_INT); in ivb_check_fifo_underruns()
161 intel_de_write(display, GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe)); in ivb_check_fifo_underruns()
162 intel_de_posting_read(display, GEN7_ERR_INT); in ivb_check_fifo_underruns()
174 intel_de_write(display, GEN7_ERR_INT, in ivb_set_fifo_underrun_reporting()
185 intel_de_read(display, GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) { in ivb_set_fifo_underrun_reporting()
H A Dintel_display_irq.c759 u32 err_int = intel_de_read(display, GEN7_ERR_INT); in ivb_err_int_handler()
790 intel_de_write(display, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_irq.c680 intel_uncore_write(uncore, GEN7_ERR_INT, 0xffffffff); in ilk_irq_reset()
H A Dintel_gvt_mmio_table.c603 MMIO_D(GEN7_ERR_INT); in iterate_generic_mmio()
H A Di915_gpu_error.c1857 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
H A Di915_reg.h385 #define GEN7_ERR_INT _MMIO(0x44040) macro
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2405 MMIO_DH(GEN7_ERR_INT, D_ALL, NULL, NULL); in init_generic_mmio_info()