]> git.baikalelectronics.ru Git - kernel.git/commit
drm/qxl: use drm_crtc_vblank_{get,put}()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Jun 2016 14:41:43 +0000 (11:41 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 6 Jun 2016 16:04:24 +0000 (18:04 +0200)
commitc6661ccf46ee9d1a9d86a6da06bc3ac5a32f39d8
treea981bbc5ea41625e3bf5100c28515aec99c89cbb
parent68f6517ca19a0f802d397e25f26d3e9fc267f9b4
drm/qxl: use drm_crtc_vblank_{get,put}()

Replace the legacy drm_vblank_{get,put}() with the new helper functions.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1465224105-21485-12-git-send-email-gustavo@padovan.org
drivers/gpu/drm/qxl/qxl_display.c