Home
last modified time | relevance | path

Searched refs:bind_pingpong_blk (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_cdm.c199 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()
A Ddpu_encoder_phys_cmd.c73 phys_enc->hw_intf->ops.bind_pingpong_blk) in _dpu_encoder_phys_cmd_update_intf_cfg()
74 phys_enc->hw_intf->ops.bind_pingpong_blk( in _dpu_encoder_phys_cmd_update_intf_cfg()
563 if (phys_enc->hw_intf->ops.bind_pingpong_blk) { in dpu_encoder_phys_cmd_disable()
564 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_cmd_disable()
A Ddpu_hw_wb.h56 void (*bind_pingpong_blk)(struct dpu_hw_wb *ctx, member
A Ddpu_hw_cdm.h102 void (*bind_pingpong_blk)(struct dpu_hw_cdm *cdm, const enum dpu_pingpong pp); member
A Ddpu_hw_intf.h97 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf, member
A Ddpu_encoder.c2272 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2273 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, PINGPONG_NONE); in dpu_encoder_helper_phys_cleanup()
2280 if (dpu_enc->phys_encs[i] && phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2281 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_helper_phys_cleanup()
2308 if (phys_enc->hw_cdm->ops.bind_pingpong_blk && phys_enc->hw_pp) in dpu_encoder_helper_phys_cleanup()
2309 phys_enc->hw_cdm->ops.bind_pingpong_blk(phys_enc->hw_cdm, in dpu_encoder_helper_phys_cleanup()
2432 if (hw_cdm->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_setup_cdm()
2433 hw_cdm->ops.bind_pingpong_blk(hw_cdm, PINGPONG_NONE); in dpu_encoder_helper_phys_setup_cdm()
A Ddpu_encoder_phys_wb.c255 if (hw_pp && phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_phys_wb_setup_ctl()
256 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, in dpu_encoder_phys_wb_setup_ctl()
A Ddpu_hw_wb.c212 ops->bind_pingpong_blk = dpu_hw_wb_bind_pingpong_blk; in _setup_wb_ops()
A Ddpu_encoder_phys_vid.c320 if (phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_phys_vid_setup_timing_engine()
321 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_vid_setup_timing_engine()
A Ddpu_hw_intf.c592 c->ops.bind_pingpong_blk = dpu_hw_intf_bind_pingpong_blk; in dpu_hw_intf_init()

Completed in 25 milliseconds