summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-06drm/xe: Fix copyright and function naming in xe_ttm_vram_mgrShuicheng Lin1-3/+3
2025-07-16drm/xe: Unify the initialization of VRAM regionsPiotr Piórkowski1-5/+11
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-3/+4
2025-02-10drm/xe: Move VRAM manager to struct xe_vram_regionPiotr Piórkowski1-1/+0
2025-02-10drm/xe: Rename struct xe_mem_region to struct xe_vram_regionPiotr Piórkowski1-1/+1
2025-01-11Merge tag 'cgroup-dmem-drm-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie1-0/+8
2025-01-10drm/xe: Implement cgroup for vramMaarten Lankhorst1-0/+8
2024-11-26drm/xe/vram: fix lpfn checkMatthew Auld1-1/+1
2024-11-18drm/xe/vram: drop 2G block restrictionMatthew Auld1-39/+12
2024-08-08drm/buddy: Add start address support to trim functionArunpravin Paneer Selvam1-1/+1
2024-04-26Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+2
2024-04-22drm/buddy: Implement tracking clear page featureArunpravin Paneer Selvam1-2/+2
2024-04-16drm/xe: Add xe_ttm_vram_get_availMichal Wajdeczko1-0/+12
2024-03-19drm/xe: Fix potential integer overflow in page size calculationNirmoy Das1-1/+1
2023-12-21drm/xe: Return error if drm_buddy_init() failsLucas De Marchi1-0/+2
2023-12-21drm/xe: Replace xe_ttm_vram_mgr.tile with xe_mem_regionBrian Welty1-4/+3
2023-12-21drm/xe: Add a missing mutex_destroy to xe_ttm_vram_mgrBommithi Sakeena1-0/+2
2023-12-21drm/xe/uapi: add the userspace bits for small-barMatthew Auld1-0/+18
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld1-0/+4
2023-12-21drm/xe: Make usable size of VRAM readableTejas Upadhyay1-1/+2
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-9/+7
2023-12-20drm/xe/buddy: add compatible and intersects hooksMatthew Auld1-0/+62
2023-12-20drm/xe/buddy: add visible trackingMatthew Auld1-104/+107
2023-12-20drm/xe/buddy: remove the virtualized startMatthew Auld1-15/+14
2023-12-20drm/xe: Fix overflow in vram managerRiana Tauro1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+1
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst1-51/+40
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+403