aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18drm/i915: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-17drm/i915/selftests: Silence the compiler for impossible errorsChris Wilson1-2/+2
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2-6/+4
2017-10-12drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson3-5/+156
2017-10-12drm/i915/selftests: Wrap a timer into a i915_sw_fenceChris Wilson3-0/+162
2017-10-11drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter1-0/+2
2017-10-10drm/i915/selftests: ditch the kernel contextMatthew Auld1-19/+38
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2-13/+13
2017-10-09drm/i915: Pin fence for iomapChris Wilson1-8/+0
2017-10-09drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson1-1/+8
2017-10-09drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson1-0/+10
2017-10-07drm/i915: enable platform support for 2M pagesMatthew Auld1-1/+2
2017-10-07drm/i915: enable platform support for 64K pagesMatthew Auld1-1/+2
2017-10-07drm/i915/selftests: mix huge pagesMatthew Auld1-0/+15
2017-10-07drm/i915/selftests: huge page testsMatthew Auld3-0/+1717
2017-10-07drm/i915: introduce vm set_pages/clear_pagesMatthew Auld1-7/+4
2017-10-07drm/i915: introduce page_size membersMatthew Auld2-2/+5
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld2-11/+15
2017-10-07drm/i915: introduce page_sizes field to dev_infoMatthew Auld1-0/+3
2017-10-07drm/i915: introduce simple gemfsMatthew Auld1-0/+4
2017-10-05drm/i915/selftests: fix check for intel IOMMUArnd Bergmann1-1/+1
2017-10-05drm/i915/selftests: Remember to create the fake preempt contextChris Wilson1-0/+6
2017-09-29drm/i915/selftests: Replace wmb() with i915_gem_chipset_flush()Chris Wilson2-5/+12
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula3-7/+7
2017-09-26drm/i915/selftests: Try to recover from a wedged GPU during reset testsChris Wilson1-5/+19
2017-09-19drm/i915/selftests: Only touch archdata.iommu when it existsChris Wilson1-0/+2
2017-09-18drm/i915/selftests: Disable iommu for the mock deviceChris Wilson1-0/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko3-7/+7
2017-09-13drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b resultChris Wilson3-6/+6
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