Home
last modified time | relevance | path

Searched refs:clear_all_blendstages (Results 1 – 2 of 2) 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_encoder.c2188 if (ctl->ops.clear_all_blendstages) in dpu_encoder_helper_reset_mixers()
2189 ctl->ops.clear_all_blendstages(ctl); in dpu_encoder_helper_reset_mixers()
2205 if (hw_mixer[i]->ops.clear_all_blendstages) in dpu_encoder_helper_reset_mixers()
2206 hw_mixer[i]->ops.clear_all_blendstages(hw_mixer[i]); in dpu_encoder_helper_reset_mixers()