Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c52ccdc3 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: update peripheral flush bit for dp dsc mode"

parents 5a6f4dbd d82dbd43
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -875,6 +875,11 @@ static void sde_encoder_phys_vid_enable(struct sde_encoder_phys *phys_enc)
		ctl->ops.update_bitmask_merge3d(ctl,
			phys_enc->hw_pp->merge_3d->idx, 1);

	if (phys_enc->hw_intf->cap->type == INTF_DP &&
		phys_enc->comp_type == MSM_DISPLAY_COMPRESSION_DSC &&
		phys_enc->comp_ratio && ctl->ops.update_bitmask_periph)
		ctl->ops.update_bitmask_periph(ctl, intf->idx, 1);

skip_flush:
	SDE_DEBUG_VIDENC(vid_enc, "update pending flush ctl %d intf %d\n",
		ctl->idx - CTL_0, intf->idx);