summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson2017-04-261-13/+32
| * | drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter2017-04-261-1/+1
| |/
* | Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-211-4/+4
|\ \ | |/ |/|
| * dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-4/+4
* | drm/i915: Clear gt.active_requests before checking idle statusChris Wilson2017-03-311-1/+3
* | drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-312-3/+0
* | drm/i915: Remove intel_ring.last_retired_headChris Wilson2017-03-211-1/+0
* | drm/i915: split out check for noncontiguous pfn rangeArnd Bergmann2017-03-211-1/+10
|/
* drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson2017-03-161-6/+12
* drm/i915/selftests: Catch error from mock_file()Chris Wilson2017-03-131-1/+5
* drm/i915/selftests: Fix error path for ggtt walk_hole()Chris Wilson2017-03-131-6/+7
* drivers/gpu/drm/i915/selftests/i915_selftest.c: fix build with gcc-4.4.4Andrew Morton2017-03-101-2/+2
* drm/i915/selftests: exercise cache domain evictionMatthew Auld2017-03-091-0/+90
* drm/i915/selftests: don't leak the gem objectMatthew Auld2017-03-091-2/+7
* drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-2/+2
* drm/i915: Generalise wait for execlists to be idleChris Wilson2017-03-031-1/+1
OpenPOWER on IntegriCloud