Thierry Reding a7303f7735 drm/tegra: Do not use ->load() and ->unload() callbacks
The ->load() and ->unload() drivers are midlayers and should be avoided
in modern drivers. Fix this by moving the code into the driver ->probe()
and ->remove() implementations, respectively.

v2: kick out conflicting framebuffers before initializing fbdev
v3: rebase onto drm/tegra/for-next

Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2019-10-29 15:04:29 +01:00
..
2019-10-28 11:18:38 +01:00
2019-10-28 11:18:54 +01:00
2019-08-14 18:31:04 +02:00
2019-10-28 11:18:38 +01:00
2019-10-28 11:18:38 +01:00
2019-08-14 18:31:04 +02:00
2019-10-28 11:18:38 +01:00
2019-08-14 18:31:04 +02:00
2019-08-14 18:31:04 +02:00
2019-10-28 11:18:54 +01:00
2017-08-17 17:57:14 +02:00
2017-09-26 11:08:17 +02:00