commit | 54d82e0f2d5e64b2c4ed81785e7005f285ba42aa | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue Feb 07 17:16:27 2017 +0800 |
committer | Sean Paul <seanpaul@chromium.org> | Tue Feb 21 11:17:55 2017 -0500 |
tree | da96a3039da5d3b9e400517ce259c024fbb1a84b | |
parent | a5073a5b7aaa097d070ead9034621b69d163cb3f [diff] |
drm: qxl: 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: Dave Airlie <airlied@redhat.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/1486458995-31018-16-git-send-email-shawnguo@kernel.org