aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson1-1/+0
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld1-0/+4
2019-10-23drm/i915/selftests: Release ctx->engine_mutex after iterationChris Wilson1-3/+7
2019-10-22drm/i915/selftests: Teach switch_to_context() to use the contextChris Wilson1-10/+9
2019-10-16drm/i915: Store i915_ggtt as the backpointer on fence registersChris Wilson1-1/+1
2019-10-04drm/i915: Move context management under GEMChris Wilson1-8/+0
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-2/+0
2019-09-10drm/i915: Perform GGTT restore much earlier during resumeChris Wilson1-0/+6
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-1/+2
2019-07-03drm/i915/selftests: Common live setup/teardownChris Wilson1-5/+1
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson1-1/+1
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-3/+3
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-2/+2
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-3/+5
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson1-2/+3
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-12/+4
2019-04-15drm/i915/selftests: Skip live timeline/suspend tests if wedgedChris Wilson1-0/+3
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson1-7/+2
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-20/+14
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson1-10/+19
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-5/+5
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson1-1/+1
2018-08-31drm/i915/selftests: Add a simple exerciser for suspend/hibernateChris Wilson1-0/+221