aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-11/+4
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson3-9/+17
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson1-3/+3
2017-08-10drm/i915: Supply the engine-id for our mock_engine()Chris Wilson3-5/+8
2017-08-04drm/i915/selftests: Retarget igt_render_engine_reset_fallback()Chris Wilson1-57/+17
2017-07-27drm/i915/selftests: Fix kbuild errorChris Wilson1-1/+1
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson1-4/+4
2017-07-27drm/i915/selftest: Refactor reset lockingChris Wilson1-15/+43
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson3-0/+175
2017-07-20drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'Christophe JAILLET1-1/+1
2017-07-19drm/i915/selftests: Mark contexts as lost during freeing of mock deviceChris Wilson1-0/+1
2017-07-19drm/i915/selftests: Attach a stub pm_domainChris Wilson1-1/+21
2017-07-19drm/i915: Drain the device workqueue on unloadChris Wilson1-1/+1
2017-06-27drm/i915: Fix an error checking testChristophe JAILLET1-3/+3
2017-06-27drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson1-7/+14
2017-06-22drm/i915: pass the vma to insert_entriesMatthew Auld2-4/+9
2017-06-20drm/i915/selftests: reset engine self testsMichel Thierry1-0/+148
2017-06-20drm/i915: Wait for concurrent global resets to completeChris Wilson1-0/+4
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson4-3/+19
2017-06-20drm/i915: Group all the global context information togetherChris Wilson2-3/+3
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2-15/+5
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson1-1/+11
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson1-1/+2
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson1-1/+2
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie17-20/+1794
2017-05-24drm/i915/selftests: Silence compiler warning in igt_ctx_execChris Wilson1-3/+5
2017-05-19drm/i915: Check for allocation failureColin Ian King1-0/+5
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-6/+6
2017-05-18drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson1-0/+1
2017-05-18drm/i915: Check C for null pointer rather than BColin Ian King1-2/+2
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson1-1/+8
2017-05-17drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson2-0/+578
2017-05-15drm/i915: Fixup 64bit divides in timelines selftestChris Wilson1-6/+4
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson1-4/+4
2017-05-03drm/i915: Implement dma_buf_ops->kmapChris Wilson1-0/+100
2017-05-03Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter1-4/+4
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson7-0/+1010
2017-04-29Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie2-14/+33
2017-04-26drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson1-13/+32
2017-04-26drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter1-1/+1
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-4/+4
2017-04-20drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson1-13/+32
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-13drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter1-1/+1
2017-04-12drm/i915: Wake device for emitting request during selftestChris Wilson1-0/+2
2017-04-12drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson3-0/+78
2017-04-12drm/i915: Treat WC a separate cache domainChris Wilson2-9/+3
2017-04-12drm/i915: Combine write_domain flushes to a single functionChris Wilson2-3/+3
2017-04-11drm/i915: Generate the engine name based on the instance numberOscar Mateo1-1/+1