Files
linux/drivers/gpu/drm
Paul Kocialkowski f621bc1bd7 drm/sun4i: Unbind components before releasing DRM and memory
[ Upstream commit e02bc29b2c ]

Our components may still be using the DRM device driver (if only to
access our driver's private data), so make sure to unbind them before
the final drm_dev_put.

Also release our reserved memory after component unbind instead of
before to match reverse creation order.

Fixes: f5a9ed867c ("drm/sun4i: Fix component unbinding and component master deletion")
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190424090413.6918-1-paul.kocialkowski@bootlin.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-05-16 19:41:25 +02:00
..
2018-09-21 10:55:00 +01:00
2018-07-04 10:27:12 +10:00
2019-05-04 09:20:20 +02:00
2019-04-05 22:33:12 +02:00
2018-07-16 10:01:19 -04:00
2018-07-02 18:45:55 +03:00
2018-07-13 18:40:28 +02:00
2018-12-13 09:16:21 +01:00