Home
last modified time | relevance | path

Searched refs:DSB_INTERRUPT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsb.c536 intel_dsb_reg_write(dsb, DSB_INTERRUPT(pipe, chained_dsb->id), in _intel_dsb_chain()
604 intel_de_write_fw(display, DSB_INTERRUPT(pipe, dsb->id), in _intel_dsb_commit()
676 intel_de_write_fw(display, DSB_INTERRUPT(pipe, dsb->id), in intel_dsb_wait()
769 tmp = intel_de_read_fw(display, DSB_INTERRUPT(pipe, dsb_id)); in intel_dsb_irq_handler()
770 intel_de_write_fw(display, DSB_INTERRUPT(pipe, dsb_id), tmp); in intel_dsb_irq_handler()
H A Dintel_dsb_regs.h53 #define DSB_INTERRUPT(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x28) macro