drm/armada: Move GEM BO to drm_framebuffer
authorDaniel Stone <daniels@collabora.com>
Fri, 30 Mar 2018 14:11:33 +0000 (15:11 +0100)
committerDaniel Stone <daniels@collabora.com>
Fri, 18 May 2018 13:52:36 +0000 (14:52 +0100)
commitecb8a947855c9658cd0382f3cab39f91a7ebe86a
treea6564a99f98f1d4349c2609d96edff8cd4c94fcb
parent3823da3aeb47c1b5f07974cf7c87443da2a93ad0
drm/armada: Move GEM BO to drm_framebuffer

Since drm_framebuffer can now store GEM objects directly, place them
there rather than in our own subclass. As this makes the framebuffer
create_handle and destroy functions the same as the GEM framebuffer
helper, we can reuse those.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Russell King <linux@armlinux.org.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20180330141138.28987-19-daniels@collabora.com
drivers/gpu/drm/armada/armada_fb.c
drivers/gpu/drm/armada/armada_fb.h