drm/omap: Move GEM BO to drm_framebuffer
authorDaniel Stone <daniels@collabora.com>
Fri, 30 Mar 2018 14:11:20 +0000 (15:11 +0100)
committerDaniel Stone <daniels@collabora.com>
Tue, 22 May 2018 09:13:44 +0000 (10:13 +0100)
commit3e44255260dc3c329a92cf0aa64495951ccc4fb7
tree6b5af109c7407559eeb194294a5590989f91f485
parent17e23993f297467bae946a46e44f945d8dae93f8
drm/omap: 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: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180330141138.28987-6-daniels@collabora.com
drivers/gpu/drm/omapdrm/omap_fb.c