summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Fix up igt_reset_engineChris Wilson2017-12-181-64/+251
* drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2017-12-181-1/+1
* drm/i915/guc: Extract doorbell creation from client allocationMichaƂ Winiarski2017-12-141-63/+47
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-122-4/+4
* drm/i915/selftests: Free mock_i915->drm.mode_configChris Wilson2017-12-111-1/+6
* drm/i915: Make engine state pretty-printer header configurableChris Wilson2017-12-081-3/+4
* Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi2017-12-086-11/+9
|\
| * Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-087-114/+130
| |\
| * \ Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2017-12-0414-49/+461
| |\ \
| * | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-211-3/+3
| * | | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-8/+2
| |\ \ \
| | * | | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-8/+2
| * | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1521-59/+2175
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* | | | | drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko2017-12-061-1/+1
| |_|_|/ |/| | |
* | | | drm/i915/selftests: Wake the device before executing requests on the GPUChris Wilson2017-12-011-0/+2
* | | | drm/i915/selftests: Hold rpm wakeref for request + ggtt usageChris Wilson2017-11-242-0/+4
* | | | drm/i915/selftests: test descending addressesMatthew Auld2017-11-231-53/+70
* | | | drm/i915/selftests: rein in igt_write_hugeMatthew Auld2017-11-231-45/+66
* | | | drm/i915/selftests: Use NOWARN for large allocationsChris Wilson2017-11-221-1/+1
* | | | drm/i915/selftests: Avoid drm_gem_handle_create under struct_mutexChris Wilson2017-11-211-3/+18
* | | | drm/i915/selftests: Declare we allocated the guc clientsChris Wilson2017-11-201-0/+2
* | | | drm/i915/selftest: Make guc clients staticChris Wilson2017-11-201-1/+1
* | | | drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-204-26/+3
* | | | drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-204-22/+0
| |_|/ |/| |
* | | drm/i915/selftests: Report ENOMEM clearly for an allocation failureChris Wilson2017-11-171-10/+26
* | | drm/i915/selftests: Add a GuC doorbells selftestMichel Thierry2017-11-172-0/+368
* | | drm/i915/selftests: exercise_ggtt may have nothing to doChris Wilson2017-11-161-1/+1
* | | drm/i915/selftests: Increase size for mock ringbufferChris Wilson2017-11-151-1/+3
* | | drm/i915/selftests: Markup __iomem for igt_gem_coherencyChris Wilson2017-11-151-8/+8
* | | drm/i915/selftests: Always initialise errChris Wilson2017-11-146-11/+11
* | | drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson2017-11-101-7/+1
* | | drm/i915/selftests: Initialise mock_i915->mm.obj_lockChris Wilson2017-11-101-0/+1
* | | drm/i915: Acquire PUNIT->PMIC bus for intel_uncore_forcewake_reset()Hans de Goede2017-11-101-0/+3
* | | drm/i915/selftests: Take rpm wakeref around partial tiling testsChris Wilson2017-11-071-0/+2
* | | drm/i915/selftests: Take rpm wakeref around GGTT lowlevel testsChris Wilson2017-11-071-0/+4
* | | drm/i915/selftests: Skip mixed page exhaustion if only small pages availableChris Wilson2017-11-071-0/+3
* | | drm/i915/selftests: Hide dangerous testsChris Wilson2017-11-061-4/+4
* | | Revert "drm/i915/selftests: Convert timers to use timer_setup()"Chris Wilson2017-10-251-3/+3
* | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-10-251-3/+3
* | | drm/i915/selftests: Don't try to queue a request with zero delayChris Wilson2017-10-251-9/+28
| |/ |/|
* | drm/i915: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+3
* | drm/i915/selftests: Silence the compiler for impossible errorsChris Wilson2017-10-171-2/+2
* | drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-162-6/+4
* | drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson2017-10-123-5/+156
* | drm/i915/selftests: Wrap a timer into a i915_sw_fenceChris Wilson2017-10-123-0/+162
* | drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter2017-10-111-0/+2
* | drm/i915/selftests: ditch the kernel contextMatthew Auld2017-10-101-19/+38
* | drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2017-10-092-13/+13
* | drm/i915: Pin fence for iomapChris Wilson2017-10-091-8/+0
OpenPOWER on IntegriCloud