Searched refs:set_active_fetch_pipes (Results 1 – 4 of 4) sorted by relevance
259 void (*set_active_fetch_pipes)(struct dpu_hw_ctl *ctx, member
689 if (ctx->ops.set_active_fetch_pipes) in dpu_hw_ctl_reset_intf_cfg_v1()690 ctx->ops.set_active_fetch_pipes(ctx, NULL); in dpu_hw_ctl_reset_intf_cfg_v1()863 c->ops.set_active_fetch_pipes = dpu_hw_ctl_set_active_fetch_pipes; in dpu_hw_ctl_init()
507 if (ctl->ops.set_active_fetch_pipes) in _dpu_crtc_blend_setup_mixer()508 ctl->ops.set_active_fetch_pipes(ctl, active_fetch); in _dpu_crtc_blend_setup_mixer()538 if (mixer[i].lm_ctl->ops.set_active_fetch_pipes) in _dpu_crtc_blend_setup()539 mixer[i].lm_ctl->ops.set_active_fetch_pipes(mixer[i].lm_ctl, NULL); in _dpu_crtc_blend_setup()
2205 if (ctl->ops.set_active_fetch_pipes) in dpu_encoder_helper_reset_mixers()2206 ctl->ops.set_active_fetch_pipes(ctl, NULL); in dpu_encoder_helper_reset_mixers()
Completed in 18 milliseconds