summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vram.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-44/+14
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen1-1/+1
2025-11-14drm/xe/vram: Use pci_rebar_get_max_size()Ilpo Järvinen1-8/+7
2025-11-14drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()Ilpo Järvinen1-12/+7
2025-11-14drm/xe: Remove driver side BAR release before resizeIlpo Järvinen1-3/+0
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-1/+1
2025-11-10drm/xe/vram: Move forcewake down to get_flat_ccs_offset()Lucas De Marchi1-10/+14
2025-11-10drm/xe: Use SG_TILE_ADDR_RANGE instead of TILE_ADDR_RANGEFei Yang1-1/+1
2025-10-10drm/xe: Move rebar to be done earlierLucas De Marchi1-8/+26
2025-10-09drm/xe/vf: Move LMEM config to tile layerMatthew Brost1-3/+3
2025-10-06drm/xe: Add initial support for separate kernel VRAM region on the tilePiotr Piórkowski1-1/+5
2025-07-16drm/xe: Unify the initialization of VRAM regionsPiotr Piórkowski1-60/+91
2025-07-16drm/xe: Move struct xe_vram_region to a dedicated headerPiotr Piórkowski1-0/+1
2025-07-16drm/xe: Use dynamic allocation for tile and device VRAM region structuresPiotr Piórkowski1-30/+91
2025-07-16drm/xe: Use devm_ioremap_wc for VRAM mapping and drop manual unmapPiotr Piórkowski1-4/+2
2025-04-11drm/xe: Allow to drop vram resizingLucas De Marchi1-1/+4
2024-10-17drm/xe/vram: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray1-5/+7
2024-09-16drm/xe/vram: fix ccs offset calculationMatthew Auld1-0/+1
2024-09-12drm/xe/vram: Convert register access to use xe_mmioMatt Roper1-3/+4
2024-05-31drm/xe/vf: Setup VRAM based on received config dataMichal Wajdeczko1-0/+18
2024-05-31drm/xe: Promote VRAM initialization function to own fileMichal Wajdeczko1-0/+350