commit | 1d5e5ea1f6061ec9ad4f43928697f479aeb884c6 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sun Jan 18 16:57:36 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 12 22:52:45 2015 +0300 |
tree | 316b7d55f847846b55cc6dd6db36cf87da001d7b | |
parent | f13ab00567273c70ffbecb59e8f11491cc108bbd [diff] |
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>