Searched refs:bind_pingpong_blk (Results 1 – 10 of 10) sorted by relevance
199 if (ctx && ctx->ops.bind_pingpong_blk) in dpu_hw_cdm_enable()200 ctx->ops.bind_pingpong_blk(ctx, cdm->pp_id); in dpu_hw_cdm_enable()254 c->ops.bind_pingpong_blk = dpu_hw_cdm_bind_pingpong_blk; in dpu_hw_cdm_init()
56 void (*bind_pingpong_blk)(struct dpu_hw_wb *ctx, member
102 void (*bind_pingpong_blk)(struct dpu_hw_cdm *cdm, const enum dpu_pingpong pp); member
70 if (test_bit(DPU_CTL_ACTIVE_CFG, &ctl->caps->features) && phys_enc->hw_intf->ops.bind_pingpong_blk) in _dpu_encoder_phys_cmd_update_intf_cfg()71 phys_enc->hw_intf->ops.bind_pingpong_blk( in _dpu_encoder_phys_cmd_update_intf_cfg()560 if (phys_enc->hw_intf->ops.bind_pingpong_blk) { in dpu_encoder_phys_cmd_disable()561 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_cmd_disable()
98 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf, member
2255 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()2256 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, PINGPONG_NONE); in dpu_encoder_helper_phys_cleanup()2263 if (dpu_enc->phys_encs[i] && phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()2264 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_helper_phys_cleanup()2291 if (phys_enc->hw_cdm->ops.bind_pingpong_blk && phys_enc->hw_pp) in dpu_encoder_helper_phys_cleanup()2292 phys_enc->hw_cdm->ops.bind_pingpong_blk(phys_enc->hw_cdm, in dpu_encoder_helper_phys_cleanup()2415 if (hw_cdm->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_setup_cdm()2416 hw_cdm->ops.bind_pingpong_blk(hw_cdm, PINGPONG_NONE); in dpu_encoder_helper_phys_setup_cdm()
212 ops->bind_pingpong_blk = dpu_hw_wb_bind_pingpong_blk; in _setup_wb_ops()
257 if (hw_pp && phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_phys_wb_setup_ctl()258 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, in dpu_encoder_phys_wb_setup_ctl()
315 if (phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_phys_vid_setup_timing_engine()316 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_vid_setup_timing_engine()
592 c->ops.bind_pingpong_blk = dpu_hw_intf_bind_pingpong_blk; in dpu_hw_intf_init()