commit | 0bc6af006f5ce7fb92d41dc8e01b621bd8d2226b | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Fri Mar 30 15:11:26 2018 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu May 17 17:44:48 2018 +0200 |
tree | 2fa597377061de387c184350a694ee0603404b9b | |
parent | e1189921b5ff9dcfec52b21cf12bb52c5dccd34d [diff] |
drm/tegra: 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 function the same as the GEM framebuffer helper, we can reuse that. Signed-off-by: Daniel Stone <daniels@collabora.com> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: linux-tegra@vger.kernel.org Signed-off-by: Thierry Reding <treding@nvidia.com>