drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 24 Sep 2017 12:26:24 +0000 (14:26 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Sun, 1 Oct 2017 15:04:36 +0000 (17:04 +0200)
commit57b8a4bf87806cbb64ed91078f32fbf37f556c5e
treea6ac67f4154f5fcd20499ae483e4a5c0d51fa0a3
parent1287c94d4de3061b95896b6e3c6d24623ae137cb
drm/tve200: 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: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/1506255985-61113-10-git-send-email-noralf@tronnes.org
drivers/gpu/drm/tve200/tve200_display.c
drivers/gpu/drm/tve200/tve200_drv.c