]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/arm/hdlcd: Use drm_gem_fb_create()
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 13 Aug 2017 13:31:48 +0000 (15:31 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Sun, 27 Aug 2017 17:29:30 +0000 (19:29 +0200)
commit39ffd906c4a27bef1c578c1ef2780a15f66ca0de
treedc7b83c2cf3d0031711d09103145f59e4cb79b6a
parent179c02fe90a4104d32e92a46b9ff4ecc32bf3647
drm/arm/hdlcd: 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 <liviu.dudau@arm.com>
Cc: Brian Starkey <brian.starkey@arm.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1502631125-13557-6-git-send-email-noralf@tronnes.org
drivers/gpu/drm/arm/hdlcd_drv.c