index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_ggtt.c
Age
Commit message (
Expand
)
Author
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
2023-12-21
drm/xe/ggtt: prime ggtt->lock against FS_RECLAIM
Matthew Auld
2023-12-21
drm/xe: limit GGTT size to GUC_GGTT_TOP
Daniele Ceraolo Spurio
2023-12-19
drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
Matt Roper
2023-12-19
drm/xe: Invalidate TLB on all affected GTs during GGTT updates
Matt Roper
2023-12-19
drm/xe: Allocate GT dynamically
Matt Roper
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe: Move GGTT from GT to tile
Matt Roper
2023-12-19
drm/xe: Move register MMIO into xe_tile
Matt Roper
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
2023-12-19
drm/xe: keep pulling mem_access_get further back
Matthew Auld
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-19
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
2023-12-19
drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
Lucas De Marchi
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
2023-12-19
drm/xe: Drop GFX_FLSH_CNTL_GEN6 write during GGTT invalidation
Matt Roper
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
2023-12-19
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Add debugfs for dumping GGTT mappings
Maarten Lankhorst
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
2023-12-19
drm/xe/ggtt: fix GGTT scratch usage for DG2
Matthew Auld
2023-12-19
drm/xe/ggtt: fix alignment usage for DG2
Matthew Auld
2023-12-19
drm/xe: Map initial FB at the same place in GGTT too
Maarten Lankhorst
2023-12-12
drm/xe/ggtt: Use BIT_ULL() for 64bit
Lucas De Marchi
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost