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

Commit d32ced0b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: cleanup writeback phys_enc structures during wb disable"...

Merge "drm/msm/sde: cleanup writeback phys_enc structures during wb disable" into dev/msm-4.14-display
parents 6986944f 93d51bb7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1594,6 +1594,8 @@ static void sde_encoder_phys_wb_disable(struct sde_encoder_phys *phys_enc)
exit:
	phys_enc->enable_state = SDE_ENC_DISABLED;
	wb_enc->crtc = NULL;
	phys_enc->hw_cdm = NULL;
	phys_enc->hw_ctl = NULL;
}

/**