]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 15 Apr 2015 19:47:45 +0000 (22:47 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:50 +0000 (22:52 +0300)
commita44553dcd6209ddce9fd4992ac90dad3b3170896
tree8bb161b38de43f1bc37fe97cae2374ac796aa883
parent3194c029e70791406f9c3d925274900d0afa6d21
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked

When performing asynchronous atomic updates the modeset lock isn't taken
around the callers of omap_crtc_flush(). This isn't an issue though, as
access to the CRTC is properly serialized. Just drop the warning.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c