Thierry Reding
2018-May-17 14:29 UTC
[PATCH 03/24] drm/virtio: Place GEM BOs in drm_framebuffer
On Fri, Mar 30, 2018 at 03:11:17PM +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/virtio/virtgpu_display.c | 30 +++++------------------------- > drivers/gpu/drm/virtio/virtgpu_drv.h | 1 - > drivers/gpu/drm/virtio/virtgpu_fb.c | 8 ++++---- > drivers/gpu/drm/virtio/virtgpu_plane.c | 4 ++-- > 4 files changed, 11 insertions(+), 32 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/02d64c1a/attachment.sig>
Maybe Matching Threads
- [PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
- [PATCH 00/24] drm_framebuffer boilerplate removal
- [PATCH] drm/virtio: drop framebuffer dirty tracking code
- [PATCH v2 6/6] drm/virtio: fix DRM_FORMAT_* handling
- [PATCH v3 5/5] drm/virtio: fix DRM_FORMAT_* handling