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