On Tue, Feb 07, 2017 at 05:16:32PM +0800, Shawn Guo wrote:
> From: Shawn Guo <shawn....@linaro.org>
> 
> 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....@linaro.org>
> Cc: Thierry Reding <thierry.red...@gmail.com>
> ---
>  drivers/gpu/drm/tegra/dc.c  | 15 ++++++++++++---
>  drivers/gpu/drm/tegra/drm.c | 38 --------------------------------------
>  drivers/gpu/drm/tegra/drm.h |  3 ---
>  3 files changed, 12 insertions(+), 44 deletions(-)

Acked-by: Thierry Reding <tred...@nvidia.com>

Attachment: signature.asc
Description: PGP signature

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to