Searched refs:intel_dsb_reg_write (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dsb.c | 269 void intel_dsb_reg_write(struct intel_dsb *dsb, in intel_dsb_reg_write() function 470 intel_dsb_reg_write(dsb, DSB_PMCTRL(crtc->pipe, dsb->id), 0); in intel_dsb_finish() 530 intel_dsb_reg_write(dsb, DSB_CTRL(pipe, chained_dsb->id), in _intel_dsb_chain() 533 intel_dsb_reg_write(dsb, DSB_CHICKEN(pipe, chained_dsb->id), in _intel_dsb_chain() 536 intel_dsb_reg_write(dsb, DSB_INTERRUPT(pipe, chained_dsb->id), in _intel_dsb_chain() 544 intel_dsb_reg_write(dsb, DSB_PMCTRL(pipe, chained_dsb->id), in _intel_dsb_chain() 549 intel_dsb_reg_write(dsb, DSB_HEAD(pipe, chained_dsb->id), in _intel_dsb_chain() 552 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_color.c | 1317 intel_dsb_reg_write(crtc_state->dsb_color_vblank, reg, val); in ilk_lut_write()
|