aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-02drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter1-1/+1
2020-01-06drm/i915/selftests: Fixup sparse __user annotation on local varChris Wilson1-1/+2
2020-01-04drm/i915/selftests: Compare user mmap against GPUChris Wilson1-0/+129
2020-01-04drm/i915/selftests: Extend fault handler selftests to all memory regionsAbdiel Janulgue1-89/+217
2019-12-23drm/i915: Introduce a vma.krefChris Wilson1-2/+2
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue1-25/+63
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-1/+2
2019-11-11drm/i915/selftests: Fill all the drm_vma_manager holesChris Wilson1-12/+39
2019-11-07drm/i915/selftests: Verify mmap_gtt revocation on unbindingChris Wilson1-0/+111
2019-11-07drm/i915/selftests: Wrap vm_mmap() around GEM objectsChris Wilson1-0/+100
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld1-0/+6
2019-10-22drm/i915/selftests: Make the mman object busy everywhereChris Wilson1-14/+14
2019-10-16drm/i915: Move swizzle_bit under i915_ggttChris Wilson1-4/+4
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson1-2/+0
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-1/+1
2019-10-04drm/i915: Remove the GEM idle workerChris Wilson1-3/+0
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-5/+1
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-4/+0
2019-09-10drm/i915/selftests: Tighten the timeout testing for partial mmapsChris Wilson1-32/+223
2019-08-19drm/i915: Serialize against vma movesChris Wilson1-1/+4
2019-08-06drm/i915/gem: Make caps.scheduler staticChris Wilson1-2/+2
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-1/+1
2019-07-11drm/i915/selftests: Hold the vma manager lock while modifying mmap_offsetChris Wilson1-4/+16
2019-07-04drm/i915/selftests: Be engine agnosticChris Wilson1-10/+15
2019-07-03drm/i915/selftests: Lock the drm_mm while modifyingChris Wilson1-0/+4
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson1-2/+2
2019-06-21drm/i915: Throw away the active object retirement complexityChris Wilson1-9/+0
2019-06-21drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin1-1/+2
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-2/+2
2019-06-04drm/i915/selftests: Flush partial-tiling object onceChris Wilson1-12/+9
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson1-1/+1
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson1-0/+6
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-1/+1
2019-05-28drm/i915: Move mmap and friends to its own fileChris Wilson1-0/+503