aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/huge_pages.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-1793/+0
2019-05-28drm/i915: Move GEM domain management to its own fileChris Wilson1-2/+2
2019-05-28drm/i915: Move shmem object setup to its own fileChris Wilson1-3/+3
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson1-1/+2
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson1-1/+0
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson1-4/+1
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson1-1/+1
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson1-2/+2
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson1-1/+1
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson1-1/+2
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-2/+2
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson1-2/+2
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson1-1/+1
2019-01-18drm/i915/selftests: Query the vm under test for hugepage supportChris Wilson1-1/+1
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson1-2/+3
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-1/+1
2019-01-07drm/i915/selftests: Mark the whole mock device as DMA capableChris Wilson1-4/+0
2018-12-04drm/i915/selftests: Reorder request allocation vs vma pinningChris Wilson1-16/+15
2018-10-31drm/i915/selftest: test aligned offsets for 64KMatthew Auld1-4/+18
2018-10-26drm/i915: Mark up GTT sizes as u64Chris Wilson1-1/+1
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson1-8/+4
2018-09-20drm/i915: don't assume struct page in i915_sg_trimMatthew Auld1-0/+2
2018-08-06drm/i915/selftests: Unconditionally do a chipset flush before emit_bb_startChris Wilson1-5/+6
2018-07-17drm/i915/selftests: Free the backing store between iterationsChris Wilson1-0/+6
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson1-2/+7
2018-07-06drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson1-4/+0
2018-07-06drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson1-2/+2
2018-07-06drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson1-0/+3
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson1-1/+1
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson1-1/+1
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-23/+27
2018-05-13drm/i915/selftests: scrub 64KMatthew Auld1-0/+3
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson1-1/+1
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-3/+3
2018-02-16drm: move read_domains and write_domain into i915Christian König1-4/+4
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld1-1/+1
2017-11-24drm/i915/selftests: Hold rpm wakeref for request + ggtt usageChris Wilson1-0/+2
2017-11-23drm/i915/selftests: test descending addressesMatthew Auld1-53/+70
2017-11-23drm/i915/selftests: rein in igt_write_hugeMatthew Auld1-45/+66
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson1-7/+3
2017-11-20drm/i915: Pull the unconditional GPU cache invalidation into request constructionChris Wilson1-4/+0
2017-11-07drm/i915/selftests: Skip mixed page exhaustion if only small pages availableChris Wilson1-0/+3
2017-10-17drm/i915/selftests: Silence the compiler for impossible errorsChris Wilson1-2/+2
2017-10-10drm/i915/selftests: ditch the kernel contextMatthew Auld1-19/+38
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld1-9/+9
2017-10-07drm/i915/selftests: huge page testsMatthew Auld1-0/+1715