summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/mock_gem_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Pin the mock kernel contextChris Wilson2018-05-231-10/+7Star
* drm/i915/selftests: Create mock_engine() under struct_mutexChris Wilson2018-05-091-3/+6
* drm/i915: Lazily unbind vma on closeChris Wilson2018-05-041-0/+1
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-9/+1Star
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-1/+3
* drm/i915: Only track live rings for retiringChris Wilson2018-04-301-2/+3
* drm/i915: Retire requests along ringsChris Wilson2018-04-301-0/+2
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-1/+1
* drm/i915: Only allocate preempt context when requiredChris Wilson2018-02-081-6/+0Star
* drm/i915/selftests: Free mock_i915->drm.mode_configChris Wilson2017-12-111-1/+6
* drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson2017-11-111-7/+1Star
* drm/i915/selftests: Initialise mock_i915->mm.obj_lockChris Wilson2017-11-101-0/+1
* drm/i915: enable platform support for 2M pagesMatthew Auld2017-10-071-1/+2
* drm/i915: enable platform support for 64K pagesMatthew Auld2017-10-071-1/+2
* drm/i915: introduce page_sizes field to dev_infoMatthew Auld2017-10-071-0/+3
* drm/i915: introduce simple gemfsMatthew Auld2017-10-071-0/+4
* drm/i915/selftests: fix check for intel IOMMUArnd Bergmann2017-10-051-1/+1
* drm/i915/selftests: Remember to create the fake preempt contextChris Wilson2017-10-051-0/+6
* drm/i915/selftests: Only touch archdata.iommu when it existsChris Wilson2017-09-191-0/+2
* drm/i915/selftests: Disable iommu for the mock deviceChris Wilson2017-09-181-0/+3
* drm/i915: Supply the engine-id for our mock_engine()Chris Wilson2017-08-101-1/+1
* drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'Christophe JAILLET2017-07-201-1/+1
* drm/i915/selftests: Mark contexts as lost during freeing of mock deviceChris Wilson2017-07-191-0/+1
* drm/i915/selftests: Attach a stub pm_domainChris Wilson2017-07-191-1/+21
* drm/i915: Drain the device workqueue on unloadChris Wilson2017-07-191-1/+1
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-1/+2
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-2/+2
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-1/+11
|\
| * drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson2017-05-181-0/+1
| * drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson2017-05-171-1/+8
| * drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson2017-04-121-0/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|/
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-131-2/+93
* drm/i915: Mock a GGTT for self-testingChris Wilson2017-02-131-0/+31
* drm/i915: Mock the GEM device for self-testingChris Wilson2017-02-131-0/+104