Searched refs:intel_dsb_reg_write (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dsb.c | 323 void intel_dsb_reg_write(struct intel_dsb *dsb, in intel_dsb_reg_write() function 478 intel_dsb_reg_write(dsb, DSB_POLLMASK(pipe, dsb->id), mask); in intel_dsb_poll() 479 intel_dsb_reg_write(dsb, DSB_POLLFUNC(pipe, dsb->id), in intel_dsb_poll() 514 intel_dsb_reg_write(dsb, DSB_PMCTRL(crtc->pipe, dsb->id), 0); in intel_dsb_finish() 615 intel_dsb_reg_write(dsb, DSB_CTRL(pipe, chained_dsb->id), in _intel_dsb_chain() 618 intel_dsb_reg_write(dsb, DSB_CHICKEN(pipe, chained_dsb->id), in _intel_dsb_chain() 621 intel_dsb_reg_write(dsb, DSB_INTERRUPT(pipe, chained_dsb->id), in _intel_dsb_chain() 629 intel_dsb_reg_write(dsb, DSB_PMCTRL(pipe, chained_dsb->id), in _intel_dsb_chain() 634 intel_dsb_reg_write(dsb, DSB_HEAD(pipe, chained_dsb->id), in _intel_dsb_chain() 637 intel_dsb_reg_write(dsb, DSB_TAIL(pipe, chained_dsb->id), in _intel_dsb_chain()
|
| H A D | intel_dsb.h | 35 void intel_dsb_reg_write(struct intel_dsb *dsb,
|
| H A D | intel_de.h | 244 intel_dsb_reg_write(dsb, reg, val); in intel_de_write_dsb()
|
| H A D | intel_color.c | 1343 intel_dsb_reg_write(crtc_state->dsb_color_vblank, reg, val); in ilk_lut_write()
|