Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1618392

[RFC PATCH 0/2] dmabuf import interfaces for vgem

From Laura Abbott <labbott@redhat.com>
Newsgroups linux.kernel
Subject [RFC PATCH 0/2] dmabuf import interfaces for vgem
Date 2017-04-07 01:20 +0200
Message-ID <ttoR4-7uH-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

Ion[1] is making progress towards moving out of staging. I'd like to take
advantage of the vgem driver for development of unit tests for Ion. To
do this properly, vgem needs to support importing of foreign handles. This
is an RFC to add that support. This passes the existing vgem_basic unit
test. I plan to extend that test with support for testing import as well.
RFC is for general direction and feedback since I'm not that familiar with
DRM internals.

Thanks,
Laura

[1] lkml.kernel.org/r/<1491245884-15852-1-git-send-email-labbott@redhat.com>

Laura Abbott (2):
  drm/vgem: Add a dummy platform device
  drm/vgem: Enable dmabuf import interfaces

 drivers/gpu/drm/vgem/vgem_drv.c | 147 ++++++++++++++++++++++++++++++++--------
 drivers/gpu/drm/vgem/vgem_drv.h |   3 +
 2 files changed, 122 insertions(+), 28 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RFC PATCH 0/2] dmabuf import interfaces for vgem Laura Abbott <labbott@redhat.com> - 2017-04-07 01:20 +0200
  [RFC PATCH 1/2] drm/vgem: Add a dummy platform device Laura Abbott <labbott@redhat.com> - 2017-04-07 01:20 +0200
  [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces Laura Abbott <labbott@redhat.com> - 2017-04-07 01:20 +0200
    Re: [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces Chris Wilson <chris@chris-wilson.co.uk> - 2017-04-07 09:50 +0200
      Re: [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces Laura Abbott <labbott@redhat.com> - 2017-04-07 18:20 +0200
        Re: [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces Chris Wilson <chris@chris-wilson.co.uk> - 2017-04-07 19:00 +0200
          Re: [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces Laura Abbott <labbott@redhat.com> - 2017-04-07 20:00 +0200
            Re: [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces Daniel Vetter <daniel@ffwll.ch> - 2017-04-07 23:30 +0200

csiph-web