diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2016-04-28 18:18:32 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-05-02 17:21:46 +0300 |
commit | 2b5e8e579be4ce3b576e419b3eb2bc06d8f41389 (patch) | |
tree | fe0ce68f70ab832ebcb25f3d0ede2a512c610b1c /include/drm | |
parent | 302f0e266e3260d2b3594990a857cc26ce2c74e7 (diff) | |
download | linux-2b5e8e579be4ce3b576e419b3eb2bc06d8f41389.tar.xz |
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
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions