aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29drm/i915: Remove some dead struct fwd decl from i915_drv.hDaniel Vetter1-2/+0
2021-10-29drm/i915/gtt: stop caching the scratch pageMatthew Auld1-2/+2
2021-10-29drm/i915/gtt: flush the scratch pageMatthew Auld1-0/+3
2021-10-28drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa13-28/+453
2021-10-28drm/i915/pmu: Add a name to the execlists statsUmesh Nerlige Ramappa3-46/+53
2021-10-27drm/i915: Revert 'guc_id' from i915_request tracepointJoonas Lahtinen1-5/+2
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing1-1/+1
2021-10-25drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRKai Song1-2/+2
2021-10-22drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost1-1/+2
2021-10-22drm/i915/selftests: Update live.evict to wait on requests / idle GPU after each loopMatthew Brost1-0/+19
2021-10-22drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost1-2/+2
2021-10-22drm/i915/ttm: enable shmem tt backendMatthew Auld1-1/+2
2021-10-22drm/i915/ttm: use cached system pages when evicting lmemMatthew Auld1-4/+4
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld5-22/+137
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld2-1/+54
2021-10-22drm/i915: drop unneeded make_unshrinkable in free_objectMatthew Auld1-9/+0
2021-10-22drm/i915/gtt: drop unneeded make_unshrinkableMatthew Auld2-2/+0
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld6-42/+247
2021-10-22drm/i915/gem: Break out some shmem backend utilsThomas Hellström1-75/+106
2021-10-22Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen733-20305/+68572
2021-10-22drm/i915/dmabuf: fix broken buildMatthew Auld1-0/+7
2021-10-22Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie49-639/+3091
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld1-1/+6
2021-10-20drm/i915: mark up internal objects with start_cpu_writeMatthew Auld1-0/+2
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld2-0/+38
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld1-0/+12
2021-10-20drm/i915/userptr: add paranoid flush-on-acquireMatthew Auld1-1/+4
2021-10-20drm/i915/dmabuf: add paranoid flush-on-acquireMatthew Auld1-1/+5
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld3-16/+28
2021-10-20drm/i915: mark userptr objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915: mark dmabuf objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915/selftests: remove duplicate include in mock_region.cRan Jianping1-2/+0
2021-10-18drm/i915: Catch yet another unconditioal clflushVille Syrjälä1-1/+1
2021-10-18drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-15drm/i915: Clean up PXP Kconfig info.Rodrigo Vivi1-5/+5
2021-10-15drm/i915: Enable multi-bb execbufMatthew Brost1-3/+0
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost3-13/+55
2021-10-15drm/i915: Make request conflict tracking understand parallel submitsMatthew Brost1-14/+29
2021-10-15drm/i915/guc: Handle errors in multi-lrc requestsMatthew Brost1-3/+66
2021-10-15drm/i915: Multi-BB execbufMatthew Brost7-251/+595
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost4-13/+326
2021-10-15drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost3-0/+181
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost8-31/+374
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost1-14/+38
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost2-21/+58
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost4-28/+108
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost6-75/+350
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost1-0/+70
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost2-24/+86