Searched refs:clear_all_blendstages (Results 1 – 3 of 3) sorted by relevance
263 void (*clear_all_blendstages)(struct dpu_hw_ctl *ctx); member
687 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()
2187 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()