[PATCH v3 08/23] drm: exynos: use vblank hooks in struct drm_crtc_funcs

Andrzej Hajda a.hajda at samsung.com
Tue Feb 7 10:47:41 UTC 2017


On 07.02.2017 10:16, Shawn Guo wrote:
> From: Shawn Guo <shawn.guo at 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, exynos_drm_crtc_enable[disable]_vblank() become static
> functions.  They are moved around a bit to save forward declaration
> though.  Also while at it, we move one step further to kill
> exynos_drm_crtc_from_pipe() completely by updating hdmi_bind() a bit.
>
> Signed-off-by: Shawn Guo <shawn.guo at linaro.org>
> Cc: Inki Dae <inki.dae at samsung.com>

Reviewed-by: Andrzej Hajda <a.hajda at samsung.com>
--
Regards
Andrzej



More information about the dri-devel mailing list