index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_vram.c
Age
Commit message (
Expand
)
Author
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-14
PCI: Convert BAR sizes bitmasks to u64
Ilpo Järvinen
2025-11-14
drm/xe/vram: Use pci_rebar_get_max_size()
Ilpo Järvinen
2025-11-14
drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()
Ilpo Järvinen
2025-11-14
drm/xe: Remove driver side BAR release before resize
Ilpo Järvinen
2025-11-14
PCI: Fix restoring BARs on BAR resize rollback path
Ilpo Järvinen
2025-11-10
drm/xe/vram: Move forcewake down to get_flat_ccs_offset()
Lucas De Marchi
2025-11-10
drm/xe: Use SG_TILE_ADDR_RANGE instead of TILE_ADDR_RANGE
Fei Yang
2025-10-09
drm/xe: Move rebar to be done earlier
Lucas De Marchi
2025-10-09
drm/xe/vf: Move LMEM config to tile layer
Matthew Brost
2025-10-06
drm/xe: Add initial support for separate kernel VRAM region on the tile
Piotr Piórkowski
2025-07-16
drm/xe: Unify the initialization of VRAM regions
Piotr Piórkowski
2025-07-16
drm/xe: Move struct xe_vram_region to a dedicated header
Piotr Piórkowski
2025-07-16
drm/xe: Use dynamic allocation for tile and device VRAM region structures
Piotr Piórkowski
2025-07-16
drm/xe: Use devm_ioremap_wc for VRAM mapping and drop manual unmap
Piotr Piórkowski
2025-04-10
drm/xe: Allow to drop vram resizing
Lucas De Marchi
2024-10-17
drm/xe/vram: Update handling of xe_force_wake_get return
Himal Prasad Ghimiray
2024-09-16
drm/xe/vram: fix ccs offset calculation
Matthew Auld
2024-09-11
drm/xe/vram: Convert register access to use xe_mmio
Matt Roper
2024-05-30
drm/xe/vf: Setup VRAM based on received config data
Michal Wajdeczko
2024-05-30
drm/xe: Promote VRAM initialization function to own file
Michal Wajdeczko