summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* 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/selftests: Use mul_u32_u32() for 32b x 32b -> 64b resultChris Wilson2017-09-133-6/+6
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-11/+4
* drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson2017-08-183-9/+17
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-151-3/+3
* drm/i915: Supply the engine-id for our mock_engine()Chris Wilson2017-08-103-5/+8
* drm/i915/selftests: Retarget igt_render_engine_reset_fallback()Chris Wilson2017-08-041-57/+17
* drm/i915/selftests: Fix kbuild errorChris Wilson2017-07-271-1/+1
* drm/i915: Squelch reset messages during selftestsChris Wilson2017-07-271-4/+4
* drm/i915/selftest: Refactor reset lockingChris Wilson2017-07-271-15/+43
* drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson2017-07-273-0/+175
* 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: Fix an error checking testChristophe JAILLET2017-06-271-3/+3
* drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson2017-06-271-7/+14
* drm/i915: pass the vma to insert_entriesMatthew Auld2017-06-222-4/+9
* drm/i915/selftests: reset engine self testsMichel Thierry2017-06-201-0/+148
* drm/i915: Wait for concurrent global resets to completeChris Wilson2017-06-201-0/+4
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-204-3/+19
* drm/i915: Group all the global context information togetherChris Wilson2017-06-202-3/+3
* drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-162-15/+5
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-1/+11
* drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-161-1/+2
* drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson2017-06-161-1/+2
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-3017-20/+1794
|\
| * drm/i915/selftests: Silence compiler warning in igt_ctx_execChris Wilson2017-05-241-3/+5
| * drm/i915: Check for allocation failureColin Ian King2017-05-191-0/+5
| * drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson2017-05-181-0/+1
| * drm/i915: Check C for null pointer rather than BColin Ian King2017-05-181-2/+2
| * drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson2017-05-171-1/+8
| * drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson2017-05-172-0/+578
| * drm/i915: Fixup 64bit divides in timelines selftestChris Wilson2017-05-151-6/+4
| * drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-4/+4
| * drm/i915: Implement dma_buf_ops->kmapChris Wilson2017-05-031-0/+100
| * Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter2017-05-031-4/+4
| |\
| * | drm/i915: Squash repeated awaits on the same fenceChris Wilson2017-05-037-0/+1010
| * | drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson2017-04-201-13/+32
| * | drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter2017-04-131-1/+1
| * | drm/i915: Wake device for emitting request during selftestChris Wilson2017-04-121-0/+2
| * | drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson2017-04-123-0/+78
| * | drm/i915: Treat WC a separate cache domainChris Wilson2017-04-122-9/+3
| * | drm/i915: Combine write_domain flushes to a single functionChris Wilson2017-04-122-3/+3
| * | drm/i915: Generate the engine name based on the instance numberOscar Mateo2017-04-111-1/+1
| * | drm/i915: intel_ring.engine is unusedChris Wilson2017-04-031-1/+0
* | | drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-6/+6
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
| |/ |/|
* | Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie2017-04-292-14/+33
|\ \
OpenPOWER on IntegriCloud