summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2021-10-22drm/i915/selftests: Update live.evict to wait on requests / idle GPU after ea...Matthew Brost
2021-10-22drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost
2021-10-22drm/i915/ttm: enable shmem tt backendMatthew Auld
2021-10-22drm/i915/ttm: use cached system pages when evicting lmemMatthew Auld
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld
2021-10-22drm/i915: drop unneeded make_unshrinkable in free_objectMatthew Auld
2021-10-22drm/i915/gtt: drop unneeded make_unshrinkableMatthew Auld
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld
2021-10-22drm/i915/gem: Break out some shmem backend utilsThomas Hellström
2021-10-22Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen
2021-10-22drm/i915/dmabuf: fix broken buildMatthew Auld
2021-10-22Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld
2021-10-20drm/i915: mark up internal objects with start_cpu_writeMatthew Auld
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld
2021-10-20drm/i915/userptr: add paranoid flush-on-acquireMatthew Auld
2021-10-20drm/i915/dmabuf: add paranoid flush-on-acquireMatthew Auld
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld
2021-10-20drm/i915: mark userptr objects as ALLOC_USERMatthew Auld
2021-10-20drm/i915: mark dmabuf objects as ALLOC_USERMatthew Auld
2021-10-20drm/i915/selftests: remove duplicate include in mock_region.cRan Jianping
2021-10-18drm/i915: Catch yet another unconditioal clflushVille Syrjälä
2021-10-18drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä
2021-10-15drm/i915: Clean up PXP Kconfig info.Rodrigo Vivi
2021-10-15drm/i915: Enable multi-bb execbufMatthew Brost
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost
2021-10-15drm/i915: Make request conflict tracking understand parallel submitsMatthew Brost
2021-10-15drm/i915/guc: Handle errors in multi-lrc requestsMatthew Brost
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost
2021-10-15drm/i915/guc: Ensure GuC schedule operations do not operate on child contextsMatthew Brost
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost
2021-10-15drm/i915: Expose logical engine instance to userMatthew Brost
2021-10-15drm/i915: Add logical engine mappingMatthew Brost
2021-10-15drm/i915/guc: Don't call switch_to_kernel_context with GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Take GT PM ref when deregistering contextMatthew Brost
2021-10-15drm/i915/guc: Move GuC guc_id allocation under submission state sub-structMatthew Brost