]> git.baikalelectronics.ru Git - kernel.git/commit
drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()
authorNoralf Trønnes <noralf@tronnes.org>
Thu, 28 Apr 2016 15:18:31 +0000 (17:18 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 2 May 2016 14:21:40 +0000 (16:21 +0200)
commit9664762af69de456c821d318e5ddc29afa8e577c
tree51587f6effdf89c5f31f19647de440343114fa26
parentc05daccedd7cecc9c75fac32d585364b4c6dd412
drm/udl: 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-2-git-send-email-noralf@tronnes.org
drivers/gpu/drm/udl/udl_fb.c