summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_pagefault.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-2/+1
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost1-2/+2
2024-03-04drm/xe: Fix ref counting leak on page faultMatthew Brost1-2/+4
2024-02-03drm/xe: circumvent bogus stringop-overflow warningArnd Bergmann1-1/+1
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-4/+7
2024-01-23Merge drm/drm-next into drm-xe-nextLucas De Marchi1-2/+2
2024-01-11drm/xe: Invert access counter queue head / tailMatthew Brost1-7/+7
2024-01-11drm/xe: Add build on bug to assert access counter queue worksMatthew Brost1-0/+5
2024-01-11drm/xe: Invert page fault queue head / tailMatthew Brost1-7/+7
2024-01-11drm/xe: Add build on bug to assert page fault queue worksMatthew Brost1-0/+5
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie1-0/+646
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-2/+2
2023-12-21drm/xe/xe2: Respond to TRTT faults as unsuccessful page faultBrian Welty1-0/+6
2023-12-21drm/xe: Support device page faults on integrated platformsBrian Welty1-1/+1
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko1-0/+1
2023-12-21drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko1-6/+0
2023-12-21drm/xe: Fix pagefault and access counter worker functionsBrian Welty1-34/+48
2023-12-21drm/xe: Fix dequeue of access counter work itemBrian Welty1-2/+5
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast1-1/+2
2023-12-21drm/xe: Convert pagefaulting code to use drm_execThomas Hellström1-60/+47
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström1-26/+15
2023-12-21drm/xe: don't warn for bogus pagefaultsMatthew Auld1-2/+2
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-13/+7
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost1-3/+4
2023-12-21drm/xe: NULL binding implementationMatthew Brost1-2/+2
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-7/+7
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-2/+4
2023-12-20drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi1-0/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-1/+1
2023-12-20drm/xe: Add range based TLB invalidationsMatthew Brost1-6/+1
2023-12-20drm/xe: Add TLB invalidation fenceMatthew Brost1-1/+1
2023-12-20drm/xe: Break of TLB invalidation into its own fileMatthew Brost1-96/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+750