commit | 5332737432ad5989830dae75df0d3e9cce56e893 | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Tue Sep 27 17:50:08 2016 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Sat Oct 01 00:39:39 2016 +0900 |
tree | fe97d8862b441619e25812280685fe62cf91d3f4 | |
parent | 22d6704dd4bf2c80b3850b8f7ff05a67f626fa53 [diff] |
drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}() The driver might be closed (and/or removed) while there are still nodes queued for processing. Make sure to remove these nodes, which means all of them in the case of g2d_remove() and only those belonging to the corresponding process in g2d_close(). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Acked-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>