summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_tile.c
AgeCommit message (Expand)AuthorLines
2024-10-03drm/xe: Use fault injection infrastructure to find issues at probe timeFrancois Dugast-0/+3
2024-08-30drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper-0/+3
2024-04-18drm/xe/tile: Abort driver load for sysfs creation failureHimal Prasad Ghimiray-1/+1
2024-04-18drm/xe: Remove useless mem_access during probeRodrigo Vivi-10/+5
2024-03-06drm/xe: Return immediately on tile_init failureRodrigo Vivi-2/+3
2023-12-21drm/xe: Reorder GGTT init to earlier point in probeMichał Winiarski-4/+0
2023-12-21drm/xe: Introduce xe_tile_init_early and use at earlier point in probeMichał Winiarski-1/+31
2023-12-21drm/xe/wa: Apply tile workarounds at probe/resumeMatt Roper-0/+3
2023-12-21drm/xe: Make usable size of VRAM readableTejas Upadhyay-1/+1
2023-12-21drm/xe: Add sysfs entry for tileTejas Upadhyay-0/+3
2023-12-19drm/xe: Add kerneldoc description of multi-tile devicesMatt Roper-0/+57
2023-12-19drm/xe: Move migration from GT to tileMatt Roper-0/+6
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper-0/+7
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper-1/+32
2023-12-19drm/xe: Move GGTT from GT to tileMatt Roper-0/+52