commit | 8e3b16e2117409625b89807de3912ff773aea354 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Thu Aug 11 11:18:49 2016 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Aug 29 12:45:05 2016 +0200 |
tree | ee329ab4e51729eb6403c91e4490c5e4fd392c15 | |
parent | 54db5decce17b3258475a011a00b9c5c51c57a35 [diff] |
drm/imx: don't destroy mode objects manually on driver unbind Instead let drm_mode_config_cleanup() do the work when taking down the master device. This requires all cleanup functions to be properly hooked up to the mode object .destroy callback. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>