summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/mock_dmabuf.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-41/+0
Continuing the theme of separating out the GEM clutter. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190528092956.14910-8-chris@chris-wilson.co.uk
2017-02-13drm/i915: Add some mock tests for dmabuf interopChris Wilson1-0/+41
Check that we can create both dmabuf and objects from dmabuf. v2: Cleanups, correct include, fix unpin on dead path and prevent explosion on dmabuf init failure Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170213171558.20942-25-chris@chris-wilson.co.uk