disp: msm: add support for no blend planes
Some of the features in the DPU hardware needs planes to be staged but it should not be blended in the layer mixer. Change adds support for drm driver client to set the blend type on the plane and updates driver code to skip staging the plane. Change-Id: I1e8c7f6ce5617820ea8b24419e0d4d27b481819b Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
This commit is contained in:
@@ -4178,7 +4178,7 @@ int sde_encoder_helper_reset_mixers(struct sde_encoder_phys *phys_enc,
|
||||
/* only enable border color on LM */
|
||||
if (phys_enc->hw_ctl->ops.setup_blendstage)
|
||||
phys_enc->hw_ctl->ops.setup_blendstage(
|
||||
phys_enc->hw_ctl, hw_lm->idx, NULL);
|
||||
phys_enc->hw_ctl, hw_lm->idx, NULL, NULL);
|
||||
}
|
||||
|
||||
if (!lm_valid) {
|
||||
|
Reference in New Issue
Block a user