aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström2022-01-112-26/+50
* drm/i915: Initial introduction of vma resourcesThomas Hellström2022-01-111-40/+59
* drm/i915: Remove unused i915->ggttAndi Shyti2022-01-055-26/+35
* drm/i915/selftests: Use to_gt() helper for GGTT accessesMichał Winiarski2022-01-055-10/+10
* drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.Maarten Lankhorst2021-12-201-1/+16
* drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst2021-12-202-9/+9
* drm/i915/selftests: Use to_gt() helperAndi Shyti2021-12-1714-40/+40
* drm/i915: Store backpointer to GT in uncoreMichał Winiarski2021-12-172-3/+3
* drm/i915/gtt/xehpsdv: move scratch page to system memoryMatthew Auld2021-12-091-0/+2
* drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()Zhou Qingyang2021-12-011-0/+10
* drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost2021-11-302-5/+5
* drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-252-6/+9
* drm/i915: Skip error capture when wedged on initTvrtko Ursulin2021-11-161-0/+2
* drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitl...Thomas Hellström2021-11-101-1/+1
* drm/i915: Add struct to hold IP versionJosé Roberto de Souza2021-11-021-1/+1
* drm/i915: Introduce refcounted sg-tablesThomas Hellström2021-11-011-5/+7
* drm/i915/selftests: Update live.evict to wait on requests / idle GPU after ea...Matthew Brost2021-10-221-0/+19
* drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost2021-10-221-2/+2
* drm/i915/selftests: remove duplicate include in mock_region.cRan Jianping2021-10-201-2/+0
* drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost2021-10-151-0/+1
* drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-241-2/+2
* drm/i915/dg2: Add DG2-specific shadow register tableMatt Roper2021-09-211-0/+1
* drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2HMatthew Brost2021-09-133-0/+15
* drm/i915: Drop __rcu from gem_context->vmDaniel Vetter2021-09-061-1/+1
* drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter2021-09-062-3/+3
* drm/i915/xehp: Xe_HP shadowed registers are a strict superset of gen12Matt Roper2021-08-101-1/+0
* drm/i915: Make shadow tables range-basedMatt Roper2021-08-101-11/+21
* drm/i915: delete gpu reloc codeDaniel Vetter2021-08-051-1/+0
* drm/i915/guc/slpc: Add SLPC selftestVinay Belgaumkar2021-08-031-0/+1
* drm/i915/selftest: Bump selftest timeouts for hangcheckJohn Harrison2021-07-272-2/+2
* drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison2021-07-272-14/+33
* drm/i915/selftest: Increase some timeouts in live_requestsMatthew Brost2021-07-271-2/+2
* drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh2021-07-272-0/+102
* drm/i915/xehp: Xe_HP forcewake supportMatt Roper2021-07-241-0/+2
* drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost2021-07-222-2/+3
* drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand2021-07-221-2/+2
* drm/i915/gem: Don't allow changing the VM on running contexts (v4)Jason Ekstrand2021-07-081-1/+0
* drm/i915/gt: Drop i915_address_space::file (v2)Jason Ekstrand2021-07-081-1/+0
* drm/i915/selftests: fix smatch warning in mock_reserveMatthew Auld2021-07-071-2/+3
* drm/i915/selftests: fix smatch warning in igt_check_blocksMatthew Auld2021-07-071-4/+2
* drm/i915: support forcing the page size with lmemMatthew Auld2021-06-302-3/+61
* drm/i915/gem: Introduce a selftest for the gem object migrate functionalityMatthew Auld2021-06-301-0/+1
* drm/i915/selftests: add back the selftest() hook for the buddyMatthew Auld2021-06-181-0/+1
* drm/i915/gem: Zap the i915_gem_object_blt codeThomas Hellström2021-06-173-9/+14
* drm/i915/gt: Setup a default migration context on the GTChris Wilson2021-06-171-0/+1
* drm/i915/gt: Pipelined page migrationChris Wilson2021-06-171-0/+1
* drm/i915/ttm: restore min_page_size behaviourMatthew Auld2021-06-161-1/+1
* drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld2021-06-162-54/+128
* drm/i915/ttm: remove node usage in our namingMatthew Auld2021-06-161-8/+8
* drm/i915/ttm: add ttm_buddy_manMatthew Auld2021-06-161-0/+789