]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/fb_cma_helper: Use new drm_fb_helper functions
authorArchit Taneja <architt@codeaurora.org>
Wed, 22 Jul 2015 09:28:20 +0000 (14:58 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Aug 2015 12:13:00 +0000 (14:13 +0200)
commit85f2edf2115d6aa0d7613f96dd3903b8d5f4a56d
tree0ca92296164ad2fe7c2300a71b1d06002f0ae627
parent41ba2f3415741c28c589fd5734237d062c3d54fc
drm/fb_cma_helper: 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.

Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_cma_helper.c