aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_tile.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07drm/xe: Return immediately on tile_init failureGravatar Rodrigo Vivi 1-2/+3
2023-12-21drm/xe: Reorder GGTT init to earlier point in probeGravatar Michał Winiarski 1-4/+0
2023-12-21drm/xe: Introduce xe_tile_init_early and use at earlier point in probeGravatar Michał Winiarski 1-1/+31
2023-12-21drm/xe/wa: Apply tile workarounds at probe/resumeGravatar Matt Roper 1-0/+3
2023-12-21drm/xe: Make usable size of VRAM readableGravatar Tejas Upadhyay 1-1/+1
2023-12-21drm/xe: Add sysfs entry for tileGravatar Tejas Upadhyay 1-0/+3
2023-12-19drm/xe: Add kerneldoc description of multi-tile devicesGravatar Matt Roper 1-0/+57
2023-12-19drm/xe: Move migration from GT to tileGravatar Matt Roper 1-0/+6
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedGravatar Matt Roper 1-0/+7
2023-12-19drm/xe: Move VRAM from GT to tileGravatar Matt Roper 1-1/+32
2023-12-19drm/xe: Move GGTT from GT to tileGravatar Matt Roper 1-0/+52