Home
last modified time | relevance | path

Searched refs:clear_all_blendstages (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h263 void (*clear_all_blendstages)(struct dpu_hw_ctl *ctx); member
H A Ddpu_hw_ctl.c687 if (ctx->ops.clear_all_blendstages) in dpu_hw_ctl_reset_intf_cfg_v1()
688 ctx->ops.clear_all_blendstages(ctx); in dpu_hw_ctl_reset_intf_cfg_v1()
853 c->ops.clear_all_blendstages = dpu_hw_ctl_clear_all_blendstages; in dpu_hw_ctl_init()
H A Ddpu_encoder.c2187 if (ctl->ops.clear_all_blendstages) in dpu_encoder_helper_reset_mixers()
2188 ctl->ops.clear_all_blendstages(ctl); in dpu_encoder_helper_reset_mixers()
2204 if (hw_mixer[i]->ops.clear_all_blendstages) in dpu_encoder_helper_reset_mixers()
2205 hw_mixer[i]->ops.clear_all_blendstages(hw_mixer[i]); in dpu_encoder_helper_reset_mixers()