summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pt.c
AgeCommit message (Expand)Author
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi
2023-12-21drm/xe: Remove vma arg from xe_pte_encode()Lucas De Marchi
2023-12-21drm/xe: Fix checking for unset valueLucas De Marchi
2023-12-21drm/xe: Always use xe_vm_queue_rebind_worker helperMatthew Brost
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper
2023-12-21drm/xe: Use migrate engine for page fault bindsMatthew Brost
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost
2023-12-21drm/xe: Avoid doing rebindsMatthew Brost
2023-12-21drm/xe: Make bind engines safeMatthew Brost
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi
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-21drm/xe: Rename pte/pde encoding functionsLucas De Marchi
2023-12-19drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost
2023-12-19drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper
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: Add backpointer from gt to tileMatt Roper
2023-12-19drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl
2023-12-19drm/xe: Prevent evicting for page tablesMaarten Lankhorst
2023-12-19drm/xe: Cleanup page-related definesLucas De Marchi
2023-12-19drm/xe: Use BO's GT to determine dma_offset when programming PTEsMatthew Brost
2023-12-19drm/xe: s/lmem/vram/Matthew Auld
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Add TLB invalidation fence after rebinds issued from execsMatthew Brost
2023-12-19drm/xe: Propagate VM unbind error to invalidation fenceMatthew Brost
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 fence ftraceMatthew Brost
2023-12-19drm/xe: Invalidate TLB after unbind is completeMatthew Brost
2023-12-19drm/xe/ppgtt: fix scratch page usage on DG2Matthew Auld
2023-12-19drm/xe/ppgtt: clear the scratch pageMatthew Auld
2023-12-12drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolenMatthew Brost
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost