]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*()
authorNoralf Trønnes <noralf@tronnes.org>
Thu, 28 Apr 2016 15:18:32 +0000 (17:18 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 2 May 2016 14:21:46 +0000 (16:21 +0200)
commit2b5e8e579be4ce3b576e419b3eb2bc06d8f41389
treefe0ce68f70ab832ebcb25f3d0ede2a512c610b1c
parent302f0e266e3260d2b3594990a857cc26ce2c74e7
drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*()

Now that drm_fb_helper gets deferred io support, the
drm_fb_helper_sys_{fillrect,copyarea,imageblit} functions will schedule
a worker that will call the (struct drm_framebuffer *)->funcs->dirty()
function. This will break this driver so use the
sys_{fillrect,copyarea,imageblit} functions directly.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1461856717-6476-3-git-send-email-noralf@tronnes.org
drivers/gpu/drm/qxl/qxl_fb.c