Home
last modified time | relevance | path

Searched refs:set_active_fetch_pipes (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.h259 void (*set_active_fetch_pipes)(struct dpu_hw_ctl *ctx, member
A Ddpu_hw_ctl.c689 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()
A Ddpu_crtc.c507 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()
A Ddpu_encoder.c2205 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