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

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

Merge "drm/msm: handle drm lastclose using downstream msm API"

parents 0df8bae5 0e0722f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1788,7 +1788,7 @@ static struct drm_driver msm_driver = {
	.open               = msm_open,
	.preclose           = msm_preclose,
	.postclose          = msm_postclose,
	.lastclose          = drm_fb_helper_lastclose,
	.lastclose          = msm_lastclose,
	.irq_handler        = msm_irq,
	.irq_preinstall     = msm_irq_preinstall,
	.irq_postinstall    = msm_irq_postinstall,