drm/meson: Use drm_gem_fb_create()
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 24 Sep 2017 12:26:19 +0000 (14:26 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
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 <narmstrong@baylibre.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/1506255985-61113-5-git-send-email-noralf@tronnes.org
drivers/gpu/drm/meson/meson_drv.c