Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsb.c99 return intel_de_read(i915, DSB_CTRL(pipe, id)) & DSB_STATUS_BUSY; in is_dsb_busy()
246 intel_de_write(dev_priv, DSB_CTRL(pipe, dsb->id), in intel_dsb_commit()
269 intel_de_write(dev_priv, DSB_CTRL(pipe, dsb->id), 0); in intel_dsb_wait()
H A Dintel_dsb_regs.h17 #define DSB_CTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x8) macro