]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rcar-du: Use drm_gem_fb_create()
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 24 Sep 2017 12:26:21 +0000 (14:26 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Sun, 1 Oct 2017 15:02:53 +0000 (17:02 +0200)
commit8810df998aaa5cb4e04795a4572d8f9cb811c5fd
treedf1583e7a74b3efae38feba1e0a165d289a220ab
parentcf64affdb568df695e7a37e13633d09c341a7938
drm/rcar-du: 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: Laurent Pinchart <laurent.pinchart@ideasonboard.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-7-git-send-email-noralf@tronnes.org
drivers/gpu/drm/rcar-du/rcar_du_kms.c