drm/meson: Use drm_gem_fb_create()
authorNoralf Trønnes <[email protected]>
Sun, 24 Sep 2017 12:26:19 +0000 (14:26 +0200)
committerNoralf Trønnes <[email protected]>
Sun, 1 Oct 2017 15:01:39 +0000 (17:01 +0200)
commit24ef8157fcc092b5bd87cd1eb4dc0f540601d533
tree4d6bf0d842220768946c136d6f8a54aa6c9700ea
parent503ad2e174cdb39d8bee74fab28fcc4ce7dd01b5
drm/meson: 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: Neil Armstrong <[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/meson/meson_drv.c