index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-20
drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
Matt Roper
1
-0
/
+9
2023-12-20
drm/xe: Invalidate TLB on all affected GTs during GGTT updates
Matt Roper
1
-6
/
+10
2023-12-20
drm/xe: Allocate GT dynamically
Matt Roper
1
-1
/
+1
2023-12-20
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-3
/
+2
2023-12-20
drm/xe: Move GGTT from GT to tile
Matt Roper
1
-20
/
+22
2023-12-20
drm/xe: Move register MMIO into xe_tile
Matt Roper
1
-1
/
+2
2023-12-20
drm/xe: Add backpointer from gt to tile
Matt Roper
1
-6
/
+6
2023-12-20
drm/xe: keep pulling mem_access_get further back
Matthew Auld
1
-0
/
+6
2023-12-20
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
1
-3
/
+3
2023-12-20
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
1
-3
/
+3
2023-12-20
drm/xe: Drop gen afixes from registers
Lucas De Marchi
1
-6
/
+6
2023-12-20
drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
Lucas De Marchi
1
-3
/
+3
2023-12-20
drm/xe: Cleanup page-related defines
Lucas De Marchi
1
-12
/
+12
2023-12-20
drm/xe: Drop GFX_FLSH_CNTL_GEN6 write during GGTT invalidation
Matt Roper
1
-5
/
+0
2023-12-20
drm/xe: s/lmem/vram/
Matthew Auld
1
-3
/
+3
2023-12-20
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
1
-2
/
+1
2023-12-20
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Sort includes
Lucas De Marchi
1
-3
/
+3
2023-12-20
drm/xe: Add debugfs for dumping GGTT mappings
Maarten Lankhorst
1
-0
/
+13
2023-12-20
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
1
-2
/
+10
2023-12-20
drm/xe/ggtt: fix GGTT scratch usage for DG2
Matthew Auld
1
-10
/
+18
2023-12-20
drm/xe/ggtt: fix alignment usage for DG2
Matthew Auld
1
-4
/
+21
2023-12-20
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