Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/msm: dpu: Grab the modeset locks in frame_event
@ 2018-11-12 21:47 Sean Paul
       [not found] ` <20181112214713.69826-1-sean-p7yTbzM4H96eqtR555YLDQ@public.gmane.org>
  2018-11-21  9:29 ` [PATCH 1/3] drm/msm: dpu: Grab the modeset locks in frame_event Daniel Vetter
  0 siblings, 2 replies; 5+ messages in thread
From: Sean Paul @ 2018-11-12 21:47 UTC (permalink / raw)
  To: dri-devel, freedreno, linux-arm-msm; +Cc: Sean Paul

From: Sean Paul <seanpaul@chromium.org>

This patch wraps dpu_core_perf_crtc_release_bw() with modeset locks
since it digs into the state objects.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
index ed84cf44a222..6e636f373950 100644
--- a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
+++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
@@ -338,7 +338,9 @@ static void dpu_crtc_frame_event_work(struct kthread_work *work)
 			/* release bandwidth and other resources */
 			trace_dpu_crtc_frame_event_done(DRMID(crtc),
 							fevent->event);
+			drm_modeset_lock_all(crtc->dev);
 			dpu_core_perf_crtc_release_bw(crtc);
+			drm_modeset_unlock_all(crtc->dev);
 		} else {
 			trace_dpu_crtc_frame_event_more_pending(DRMID(crtc),
 								fevent->event);
-- 
Sean Paul, Software Engineer, Google / Chromium OS

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-26 21:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-12 21:47 [PATCH 1/3] drm/msm: dpu: Grab the modeset locks in frame_event Sean Paul
     [not found] ` <20181112214713.69826-1-sean-p7yTbzM4H96eqtR555YLDQ@public.gmane.org>
2018-11-12 21:47   ` [PATCH 2/3] drm/msm: dpu: Stop using encoder->crtc pointer Sean Paul
2018-11-12 21:47   ` [PATCH 3/3] drm/msm: dpu: Add modeset lock checks where applicable Sean Paul
2018-11-21  9:29 ` [PATCH 1/3] drm/msm: dpu: Grab the modeset locks in frame_event Daniel Vetter
     [not found]   ` <20181121092957.GI4266-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
2018-11-26 21:45     ` Sean Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox