drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
authorNoralf Trønnes <[email protected]>
Sun, 13 Aug 2017 13:31:56 +0000 (15:31 +0200)
committerNoralf Trønnes <[email protected]>
Wed, 16 Aug 2017 19:35:38 +0000 (21:35 +0200)
commitb6eb01a9c624b3be43c8d10c4e85e1fea935d1e3
tree1ef61be62d6a574130c1a295297ae6f30e267141
parent5628648df7557abf670ad3708210a24745f90dac
drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()

drm_fb_cma_create() and drm_fb_cma_prepare_fb() are just wrappers now,
use drm_gem_fb_create() and drm_gem_fb_prepare_fb() directly.

Cc: Eric Anholt <[email protected]>
Signed-off-by: Noralf Trønnes <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/pl111/pl111_display.c
drivers/gpu/drm/pl111/pl111_drv.c