OSDN Git Service

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)
commit302f0e266e3260d2b3594990a857cc26ce2c74e7
tree51587f6effdf89c5f31f19647de440343114fa26
parentbe35f94f5c83bfed9ded918162c9b622743ef520
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