Shawn Guo 10437d9b47 drm: tegra: use vblank hooks in struct drm_crtc_funcs
The vblank hooks in struct drm_driver are deprecated and only meant for
legacy drivers.  For modern drivers with DRIVER_MODESET flag, the hooks
in struct drm_crtc_funcs should be used instead.

As the result, the wrapper functions tegra_drm_xxx get killed
completely, and tegra_dc_xxx are filled into struct drm_crtc_funcs as
vblank hooks directly.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1486458995-31018-21-git-send-email-shawnguo@kernel.org
2017-02-09 16:11:31 +08:00
..
2015-08-13 13:49:37 +02:00
2016-11-07 12:58:12 +01:00
2015-08-13 13:47:45 +02:00
2014-08-04 10:07:39 +02:00
2016-11-07 13:01:42 +01:00
2013-10-31 09:55:45 +01:00
2016-07-16 11:23:50 +10:00
2016-07-04 11:34:31 +02:00
2015-01-27 10:14:40 +01:00
2014-04-04 09:12:51 +02:00
2016-07-16 11:23:50 +10:00