drm/exynos: Move GEM BOs to drm_framebuffer
authorDaniel Stone <daniels@collabora.com>
Fri, 30 Mar 2018 14:11:30 +0000 (15:11 +0100)
committerInki Dae <inki.dae@samsung.com>
Tue, 17 Apr 2018 05:55:41 +0000 (14:55 +0900)
commitb11954a6971baa5842e24e6c0dcf56f117249638
tree0973f0dd030fd0b737f2079e3acf0da16937a45a
parent97130968839a2928869a2d25500b5855017aac7d
drm/exynos: Move GEM BOs 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>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Cc: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fb.c