summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota2020-07-081-1/+4
* drm/i915/gem: Split the context's obj:vma lut into its own mutexChris Wilson2020-07-031-1/+3
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-06-251-1/+1
|\
| * Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-029-104/+929
| |\
| * | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-1/+1
| * | drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang2020-04-271-4/+8
* | | drm/i915/gem: Async GPU relocations onlyChris Wilson2020-06-051-15/+6
* | | drm/i915/selftests: Exercise all copy engines with the blt routinesChris Wilson2020-06-044-24/+75
* | | drm/i915/gem: Give each object class a friendly nameChris Wilson2020-05-292-0/+4
* | | drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson2020-05-211-142/+0
| |/ |/|
* | drm/i915/selftests: Always flush before unpining after writingChris Wilson2020-05-112-0/+3
* | drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson2020-05-112-33/+41
* | drm/i915/gem: Implement legacy MI_STORE_DATA_IMMChris Wilson2020-05-042-30/+172
* | drm/i915: Implement vm_ops->access for gdb access into mmapsChris Wilson2020-05-011-0/+124
* | drm/i915/selftests: Add tiled blits selftestZbigniew KempczyƄski2020-04-301-0/+595
* | drm/i915: Only close vma we openChris Wilson2020-04-242-63/+21
* | drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang2020-04-201-4/+8
* | drm/i915: remove redundant assignment to variable errColin Ian King2020-04-091-1/+1
* | drm/i915/gem: Drop cached obj->bind_countChris Wilson2020-04-021-4/+0
* | drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson2020-03-261-1/+1
* | drm/i915/selftests: mark huge_gem_object as not shrinkableMatthew Auld2020-03-231-2/+1
|/
* drm/i915/selftests: Use igt_random_offset()Chris Wilson2020-03-121-5/+4
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-042-4/+4
* drm/i915/gem: Consolidate ctx->engines[] releaseChris Wilson2020-03-031-0/+3
* drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter2020-02-281-1/+1
* drm/i915/selftests: Avoid choosing zero for phys_szChris Wilson2020-02-121-2/+4
* drm/i915/selftests: Trim blitter block sizeChris Wilson2020-02-101-26/+46
* drm/i915/selftests: Disable capturing forced error statesChris Wilson2020-02-101-0/+1
* drm/i915/selftests: drop igt_ppgtt_exhaust_hugeMatthew Auld2020-02-071-102/+0
* drm/i915/selftest: Ensure string fits within name[]Chris Wilson2020-02-041-1/+1
* drm/i915/selftests: Lock the drm_mm as we searchChris Wilson2020-01-281-3/+6
* drm/i915: Skip capturing errors from internal contextsChris Wilson2020-01-281-0/+2
* drm/i915/gt: Poison GTT scratch pagesChris Wilson2020-01-241-38/+116
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-01-092-117/+0
|\
| * Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-2710-159/+524
| |\
| * \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-117/+0
| |\ \
| | * | drm/i915: Drop dma_buf->k(un)mapDaniel Vetter2019-11-251-16/+0
| | * | drm/i915: Remove dma_buf_kmap selftestDaniel Vetter2019-11-251-101/+0
* | | | drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-071-1/+1
* | | | drm/i915/selftests: Fixup sparse __user annotation on local varChris Wilson2020-01-061-1/+2
* | | | drm/i915/selftests: Compare user mmap against GPUChris Wilson2020-01-041-0/+129
* | | | drm/i915/selftests: Extend fault handler selftests to all memory regionsAbdiel Janulgue2020-01-041-89/+217
* | | | drm/i915/selftests: Make headers self-containedChris Wilson2020-01-032-0/+8
* | | | drm/i915/gem: Support discontiguous lmem object mapsChris Wilson2020-01-031-24/+17
* | | | drm/i915/selftests: Err out on coherency if initialisation failedChris Wilson2019-12-271-4/+8
* | | | drm/i915: Switch context id allocation directly to xarrayTvrtko Ursulin2019-12-241-1/+2
| |_|/ |/| |
* | | drm/i915: Introduce a vma.krefChris Wilson2019-12-232-4/+3
* | | drm/i915/selftests: make mock_context.h self-containedJani Nikula2019-12-231-1/+1
* | | drm/i915: Remove i915->kernel_contextChris Wilson2019-12-212-4/+12
* | | drm/i915/gem: Apply lmem size restriction to get_pagesChris Wilson2019-12-161-1/+1