drm/arm/mali: Use drm_gem_fb_create()
authorNoralf Trønnes <[email protected]>
Sun, 13 Aug 2017 13:31:49 +0000 (15:31 +0200)
committerNoralf Trønnes <[email protected]>
Sun, 27 Aug 2017 17:29:46 +0000 (19:29 +0200)
commit783f7d9733eab5d9d3ed723569afd36fa8bc1e98
tree5e48a558906abd2b083940818c66ab9562590a2c
parent39ffd906c4a27bef1c578c1ef2780a15f66ca0de
drm/arm/mali: Use drm_gem_fb_create()

drm_fb_cma_create() is just a wrapper around drm_gem_fb_create() now,
so use the function directly.

Cc: Liviu Dudau <[email protected]>
Cc: Brian Starkey <[email protected]>
Signed-off-by: Noralf Trønnes <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/arm/malidp_drv.c