summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/huge_pages.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Query the vm under test for hugepage supportChris Wilson2019-01-181-1/+1
* drm/i915/selftests: Mark up rpm wakerefsChris Wilson2019-01-141-2/+3
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-1/+1
* drm/i915/selftests: Mark the whole mock device as DMA capableChris Wilson2019-01-071-4/+0Star
* drm/i915/selftests: Reorder request allocation vs vma pinningChris Wilson2018-12-041-16/+15Star
* drm/i915/selftest: test aligned offsets for 64KMatthew Auld2018-10-311-4/+18
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-10-261-1/+1
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-8/+4Star
* drm/i915: don't assume struct page in i915_sg_trimMatthew Auld2018-09-201-0/+2
* drm/i915/selftests: Unconditionally do a chipset flush before emit_bb_startChris Wilson2018-08-061-5/+6
* drm/i915/selftests: Free the backing store between iterationsChris Wilson2018-07-171-0/+6
* drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-061-2/+7
* drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson2018-07-061-4/+0Star
* drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson2018-07-061-2/+2
* drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson2018-07-061-0/+3
* drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-041-1/+1
* drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-06-281-1/+1
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-1/+1
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-23/+27
* drm/i915/selftests: scrub 64KMatthew Auld2018-05-131-0/+3
* drm/i915: Lazily unbind vma on closeChris Wilson2018-05-041-1/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-3/+3
* drm: move read_domains and write_domain into i915Christian König2018-02-161-4/+4
* drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2017-12-181-1/+1
* drm/i915/selftests: Hold rpm wakeref for request + ggtt usageChris Wilson2017-11-241-0/+2
* 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: Automatic i915_switch_context for legacyChris Wilson2017-11-201-7/+3Star
* drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-201-4/+0Star
* drm/i915/selftests: Skip mixed page exhaustion if only small pages availableChris Wilson2017-11-071-0/+3
* drm/i915/selftests: Silence the compiler for impossible errorsChris Wilson2017-10-171-2/+2
* drm/i915/selftests: ditch the kernel contextMatthew Auld2017-10-101-19/+38
* drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2017-10-091-9/+9
* drm/i915/selftests: huge page testsMatthew Auld2017-10-071-0/+1715