commit | 0d5f46fa4cbdc728433543b37fd19227c7a1fe1f | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue Feb 07 17:16:34 2017 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Thu Feb 09 16:12:47 2017 +0800 |
tree | a1333b53769ab796f5da00f438528b990c3e95e8 | |
parent | 55cbc4dfcd1d73d74a2686a60754edf4388c25a2 [diff] |
drm: vc4: 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. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Cc: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/1486458995-31018-23-git-send-email-shawnguo@kernel.org