Thierry Reding
2018-May-17 13:54 UTC
[PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
On Fri, Mar 30, 2018 at 03:11:15PM +0100, Daniel Stone wrote:> 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 at collabora.com> > Cc: Dave Airlie <airlied at redhat.com> > Cc: Gerd Hoffmann <kraxel at redhat.com> > Cc: virtualization at lists.linux-foundation.org > --- > drivers/gpu/drm/cirrus/cirrus_drv.h | 1 - > drivers/gpu/drm/cirrus/cirrus_fbdev.c | 8 ++++---- > drivers/gpu/drm/cirrus/cirrus_main.c | 25 ++++--------------------- > drivers/gpu/drm/cirrus/cirrus_mode.c | 4 ++-- > 4 files changed, 10 insertions(+), 28 deletions(-)Reviewed-by: Thierry Reding <treding at nvidia.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20180517/cf72d834/attachment.sig>
Apparently Analagous Threads
- [PATCH 02/24] drm/cirrus: cirrus_framebuffer -> drm_framebuffer
- [PATCH] drm/cirrus: rewrite and modernize driver.
- [PATCH v3 5/5] drm/cirrus: rewrite and modernize driver.
- [PATCH v2 6/6] drm/cirrus: rewrite and modernize driver.
- [PATCH v3] drm/cirrus: flip default from 24bpp to 16bpp