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

Commit a9881a14 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: reorder call sequence in splash release thread"

parents 9c95fa92 d40b2726
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -801,12 +801,12 @@ int sde_splash_free_resource(struct msm_kms *kms,
		sde_power_resource_enable(phandle,
					sde_kms->core_client, false);

		/* send uevent to notify user to recycle resource */
		_sde_splash_sent_pipe_update_uevent(sde_kms);

		/* update impacted crtc and plane property by splash */
		_sde_splash_update_property(sde_kms);

		/* send uevent to notify user to recycle resource */
		_sde_splash_sent_pipe_update_uevent(sde_kms);

		/* set display's splash status to false after handoff is done */
		_sde_splash_update_display_splash_status(sde_kms);