summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArchit Taneja <architt@codeaurora.org>2016-05-02 11:05:54 +0530
committerRob Clark <robdclark@gmail.com>2016-05-08 10:22:19 -0400
commit2b669875332fbdff0a7ad559e8662e875e7a1526 (patch)
tree7c506f5fa3771649d8c4918d632f763104c721ef /include
parent8208ed931eea9b00a3b29c9ef36da382b5480881 (diff)
drm/msm: Drop load/unload drm_driver ops
The load/unload drm_driver ops are deprecated. They should be removed as they result in creation of devices visible to userspace even before the drm_device is registered. Drop these ops and use drm_dev_alloc/register and drm_dev_unregister/unref to explicitly create and destroy the drm device in the msm platform driver's bind and unbind ops. With this in use, the drm connectors are only registered once the drm_device is registered. It also fixes the issue of stray debugfs files after the msm module is removed. With this, all the debugfs files are removed, and allows successive module insertions/removals. Signed-off-by: Archit Taneja <architt@codeaurora.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions