index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
Files
Lines
2023-12-21
drm/xe: Drop some unnecessary header includes
Matt Roper
1
-1
/
+0
2023-12-21
drm/xe: Add a helper for DRM device-lifetime BO create
Michał Winiarski
1
-5
/
+1
2023-12-21
drm/xe: Reorder GGTT init to earlier point in probe
Michał Winiarski
1
-4
/
+18
2023-12-21
drm/xe/display: Implement display support
Maarten Lankhorst
1
-16
/
+9
2023-12-21
drm/xe: directly use pat_index for pte_encode
Matthew Auld
1
-7
/
+9
2023-12-21
drm/xe/xe2: Follow XeHPC for TLB invalidation
Lucas De Marchi
1
-1
/
+1
2023-12-21
drm/xe: Use vfunc for ggtt pte encoding
Lucas De Marchi
1
-13
/
+40
2023-12-21
drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-7
/
+7
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-6
/
+6
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
1
-2
/
+2
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
1
-3
/
+2
2023-12-21
drm/xe/ggtt: prime ggtt->lock against FS_RECLAIM
Matthew Auld
1
-0
/
+11
2023-12-21
drm/xe: limit GGTT size to GUC_GGTT_TOP
Daniele Ceraolo Spurio
1
-6
/
+18
2023-12-19
drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
Matt Roper
1
-0
/
+9
2023-12-19
drm/xe: Invalidate TLB on all affected GTs during GGTT updates
Matt Roper
1
-6
/
+10
2023-12-19
drm/xe: Allocate GT dynamically
Matt Roper
1
-1
/
+1
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-3
/
+2
2023-12-19
drm/xe: Move GGTT from GT to tile
Matt Roper
1
-20
/
+22
2023-12-19
drm/xe: Move register MMIO into xe_tile
Matt Roper
1
-1
/
+2
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
1
-6
/
+6
2023-12-19
drm/xe: keep pulling mem_access_get further back
Matthew Auld
1
-0
/
+6
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
1
-3
/
+3
2023-12-19
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
1
-3
/
+3
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
1
-6
/
+6
2023-12-19
drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
Lucas De Marchi
1
-3
/
+3
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
1
-12
/
+12
2023-12-19
drm/xe: Drop GFX_FLSH_CNTL_GEN6 write during GGTT invalidation
Matt Roper
1
-5
/
+0
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
1
-3
/
+3
2023-12-19
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
1
-2
/
+1
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
1
-1
/
+1
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
1
-3
/
+3
2023-12-19
drm/xe: Add debugfs for dumping GGTT mappings
Maarten Lankhorst
1
-0
/
+13
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
1
-2
/
+10
2023-12-19
drm/xe/ggtt: fix GGTT scratch usage for DG2
Matthew Auld
1
-10
/
+18
2023-12-19
drm/xe/ggtt: fix alignment usage for DG2
Matthew Auld
1
-4
/
+21
2023-12-19
drm/xe: Map initial FB at the same place in GGTT too
Maarten Lankhorst
1
-3
/
+13
2023-12-12
drm/xe/ggtt: Use BIT_ULL() for 64bit
Lucas De Marchi
1
-2
/
+2
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+304