index
:
pm24.git
master
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_ttm_stolen_mgr.c
Age
Commit message (
Expand
)
Author
2024-08-22
drm/xe: Remove unnecessary drm_mm.h includes
Rodrigo Vivi
2024-05-30
drm/xe: Move BAR definitions to dedicated file
Michal Wajdeczko
2024-05-22
drm/xe: Don't rely on indirect includes from xe_mmio.h
Michal Wajdeczko
2024-04-17
drm/xe/stolen: lower the default alignment
Matthew Auld
2024-04-02
drm/xe: Normalize bo flags macros
Lucas De Marchi
2024-03-20
drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init
Nirmoy Das
2024-02-21
drm/xe: Do not include current dir for generated/xe_wa_oob.h
Dafna Hirschfeld
2024-02-13
drm/xe/vf: Don't initialize stolen memory manager if VF
Michal Wajdeczko
2024-01-09
drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomem
Thomas Hellström
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
2023-12-21
drm/xe: Make xe_mmio_tile_vram_size() static
Brian Welty
2023-12-21
drm/xe: Add Wa_14019821291
Matt Roper
2023-12-21
drm/xe/xe2: Extend reserved stolen sizes
Lucas De Marchi
2023-12-21
drm/xe: Avoid 64-bit register reads
Matt Roper
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Carve out top of DSM as reserved
Lucas De Marchi
2023-12-21
drm/xe: Fix MTL+ stolen memory mapping
Lucas De Marchi
2023-12-19
drm/xe: Clarify 'gt' retrieval for primary tile
Matt Roper
2023-12-19
drm/xe: Move VRAM from GT to tile
Matt Roper
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
2023-12-19
drm/xe: Rework size helper to be a little more correct
Michael J. Ruhl
2023-12-19
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-19
drm/xe: Drop gen afixes from registers
Lucas De Marchi
2023-12-19
drm/xe/buddy: add visible tracking
Matthew Auld
2023-12-19
drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt()
Matthew Auld
2023-12-19
drm/xe: one more s/lmem/vram/
Matthew Auld
2023-12-19
drm/xe/stolen: Exclude reserved lmem portion
Nirmoy Das
2023-12-19
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Add missing doc for xe parameter
Lucas De Marchi
2023-12-19
drm/xe/stolen: don't map stolen on small-bar
Matthew Auld
2023-12-12
drm/xe: Fix hidden gotcha regression with bo create
Maarten Lankhorst
2023-12-12
drm/xe: Implement stolen memory.
Maarten Lankhorst