]> Git Repo - linux.git/commit
drm/udl: Use drm_fb_helper deferred_io support
authorNoralf Trønnes <[email protected]>
Thu, 28 Apr 2016 15:18:37 +0000 (17:18 +0200)
committerDaniel Vetter <[email protected]>
Mon, 2 May 2016 14:25:55 +0000 (16:25 +0200)
commite375882406d0cc24030746638592004755ed4ae0
treeb5bb8f69db129f84ee6e4190edab829ed4dde4e8
parent6819c3c2517604f979da3de773f2420e07dd4f4b
drm/udl: Use drm_fb_helper deferred_io support

Use the fbdev deferred io support in drm_fb_helper.
The (struct fb_ops *)->fb_{fillrect,copyarea,imageblit} functions will
now schedule a worker instead of being flushed directly like it was
previously (recorded when in atomic).

This patch has only been compile tested.

Signed-off-by: Noralf Trønnes <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Tested-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/udl/udl_drv.h
drivers/gpu/drm/udl/udl_fb.c
This page took 0.053287 seconds and 4 git commands to generate.