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