summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2017-11-21drm/i915/selftests: Convert timers to use timer_setup()Kees Cook
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18drm/i915: Convert timers to use timer_setup()Kees Cook
2017-10-17drm/i915/selftests: Silence the compiler for impossible errorsChris Wilson
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson
2017-10-12drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson
2017-10-12drm/i915/selftests: Wrap a timer into a i915_sw_fenceChris Wilson
2017-10-11drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter
2017-10-10drm/i915/selftests: ditch the kernel contextMatthew Auld
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld
2017-10-09drm/i915: Pin fence for iomapChris Wilson
2017-10-09drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson
2017-10-09drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson
2017-10-07drm/i915: enable platform support for 2M pagesMatthew Auld
2017-10-07drm/i915: enable platform support for 64K pagesMatthew Auld
2017-10-07drm/i915/selftests: mix huge pagesMatthew Auld
2017-10-07drm/i915/selftests: huge page testsMatthew Auld
2017-10-07drm/i915: introduce vm set_pages/clear_pagesMatthew Auld
2017-10-07drm/i915: introduce page_size membersMatthew Auld
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld
2017-10-07drm/i915: introduce page_sizes field to dev_infoMatthew Auld
2017-10-07drm/i915: introduce simple gemfsMatthew Auld
2017-10-05drm/i915/selftests: fix check for intel IOMMUArnd Bergmann
2017-10-05drm/i915/selftests: Remember to create the fake preempt contextChris Wilson
2017-09-29drm/i915/selftests: Replace wmb() with i915_gem_chipset_flush()Chris Wilson
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-09-26drm/i915/selftests: Try to recover from a wedged GPU during reset testsChris Wilson
2017-09-19drm/i915/selftests: Only touch archdata.iommu when it existsChris Wilson
2017-09-18drm/i915/selftests: Disable iommu for the mock deviceChris Wilson
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-13drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b resultChris Wilson
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