aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson
2017-08-10drm/i915: Supply the engine-id for our mock_engine()Chris Wilson
2017-08-04drm/i915/selftests: Retarget igt_render_engine_reset_fallback()Chris Wilson
2017-07-27drm/i915/selftests: Fix kbuild errorChris Wilson
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson
2017-07-27drm/i915/selftest: Refactor reset lockingChris Wilson
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson
2017-07-20drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'Christophe JAILLET
2017-07-19drm/i915/selftests: Mark contexts as lost during freeing of mock deviceChris Wilson
2017-07-19drm/i915/selftests: Attach a stub pm_domainChris Wilson
2017-07-19drm/i915: Drain the device workqueue on unloadChris Wilson
2017-06-27drm/i915: Fix an error checking testChristophe JAILLET
2017-06-27drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson
2017-06-22drm/i915: pass the vma to insert_entriesMatthew Auld
2017-06-20drm/i915/selftests: reset engine self testsMichel Thierry
2017-06-20drm/i915: Wait for concurrent global resets to completeChris Wilson
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson
2017-06-20drm/i915: Group all the global context information togetherChris Wilson
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-05-24drm/i915/selftests: Silence compiler warning in igt_ctx_execChris Wilson
2017-05-19drm/i915: Check for allocation failureColin Ian King
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-05-18drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson
2017-05-18drm/i915: Check C for null pointer rather than BColin Ian King
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson
2017-05-17drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson
2017-05-15drm/i915: Fixup 64bit divides in timelines selftestChris Wilson
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson
2017-05-03drm/i915: Implement dma_buf_ops->kmapChris Wilson
2017-05-03Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson
2017-04-29Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie
2017-04-26drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson
2017-04-26drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie
2017-04-20drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-04-13drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter
2017-04-12drm/i915: Wake device for emitting request during selftestChris Wilson
2017-04-12drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson
2017-04-12drm/i915: Treat WC a separate cache domainChris Wilson