summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-3/+3
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-33/+34
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-22/+22
2023-12-20drm/xe: Move GGTT from GT to tileMatt Roper1-3/+3
2023-12-20drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl1-4/+4
2023-12-20drm/xe: Prevent evicting for page tablesMaarten Lankhorst1-1/+1
2023-12-20drm/xe/bo: further limit where CCS pages are neededMatthew Auld1-3/+7
2023-12-20drm/xe: Support copying of data between system memory bosThomas Hellström1-1/+1
2023-12-20drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill1-2/+4
2023-12-20drm/xe: Apply upper limit to sg element sizeNiranjana Vishwanathapura1-3/+5
2023-12-20drm/xe: Fix splat during error dumpFrancois Dugast1-4/+15
2023-12-20drm/xe: fix suspend-resume for dgfxMatthew Auld1-0/+129
2023-12-20drm/xe: Use proper vram offsetNiranjana Vishwanathapura1-6/+6
2023-12-20drm/xe/bo: refactor try_add_vramMatthew Auld1-55/+31
2023-12-20drm/xe: add XE_BO_CREATE_VRAM_MASKMatthew Auld1-5/+3
2023-12-20drm/xe: Use BO's GT to determine dma_offset when programming PTEsMatthew Brost1-0/+13
2023-12-20drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan1-1/+1
2023-12-20drm/xe/buddy: remove the virtualized startMatthew Auld1-0/+6
2023-12-20drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt()Matthew Auld1-1/+1
2023-12-20drm/xe: s/lmem/vram/Matthew Auld1-5/+5
2023-12-20drm/xe/bo: explicitly reject zero sized BOMatthew Auld1-0/+6
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+0
2023-12-20drm/xe/stolen: don't map stolen on small-barMatthew Auld1-1/+1
2023-12-20drm/xe/bo: reduce xe_bo_create_pin_map() restrictionsMatthew Auld1-15/+20
2023-12-20drm/xe: Map initial FB at the same place in GGTT tooMaarten Lankhorst1-1/+6
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst1-26/+147
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+1698