]> git.baikalelectronics.ru Git - kernel.git/commit
drm/virtio: Use new drm_fb_helper functions
authorArchit Taneja <architt@codeaurora.org>
Fri, 31 Jul 2015 10:52:01 +0000 (16:22 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Aug 2015 12:13:07 +0000 (14:13 +0200)
commit97b9e7382ed1ef18ce64ad65df4742380af69c73
treeb9db1d17c791ea182a55b29bf69f3ca76051245d
parent37838d906bd95c91e5092caf770d7632ac374896
drm/virtio: Use new drm_fb_helper functions

Use the newly created wrapper drm_fb_helper functions instead of calling
core fbdev functions directly. They also simplify the fb_info creation.

v3:
- Don't touch remove_conflicting_framebuffers

v2:
- add missing header for virtgpu_fb.c

Cc: David Airlie <airlied@linux.ie>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/virtio/virtgpu_fb.c