]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: omapdrm: Cancel pending page flips when closing device
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 18 Jan 2015 14:57:36 +0000 (16:57 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:45 +0000 (22:52 +0300)
commit1d5e5ea1f6061ec9ad4f43928697f479aeb884c6
tree316b7d55f847846b55cc6dd6db36cf87da001d7b
parentf13ab00567273c70ffbecb59e8f11491cc108bbd
drm: omapdrm: Cancel pending page flips when closing device

Pending page flips must be cancelled when closing the device, otherwise
their completion at next vblank will result in nasty effects, including
possible oopses due to resources required to complete the page flip
being freed.

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
drivers/gpu/drm/omapdrm/omap_drv.c
drivers/gpu/drm/omapdrm/omap_drv.h