commit | 54db5decce17b3258475a011a00b9c5c51c57a35 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Thu Aug 11 11:18:48 2016 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Aug 29 12:45:05 2016 +0200 |
tree | 2a60d0b2b9504fdab514e23004279efe7be60c84 | |
parent | 73cde76a61b622e768af23b0e0062dc39e6891bf [diff] |
drm/imx: drop deprecated load/unload drm_driver ops Drop the load/unload driver ops, as they are deprecated because of their inherent races, with devices being visible to userspace before they are fully initialized. Move this code into the driver bind/unbind routines bracketed by the proper drm_dev_alloc/register and drm_dev_unregister/unref calls. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>