summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
AgeCommit message (Expand)Author
2024-08-22drm/xe: Remove unnecessary drm_mm.h includesRodrigo Vivi
2024-05-30drm/xe: Move BAR definitions to dedicated fileMichal Wajdeczko
2024-05-22drm/xe: Don't rely on indirect includes from xe_mmio.hMichal Wajdeczko
2024-04-17drm/xe/stolen: lower the default alignmentMatthew Auld
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-20drm/xe: Add a NULL check in xe_ttm_stolen_mgr_initNirmoy Das
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld
2024-02-13drm/xe/vf: Don't initialize stolen memory manager if VFMichal Wajdeczko
2024-01-09drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi
2023-12-21drm/xe: Make xe_mmio_tile_vram_size() staticBrian Welty
2023-12-21drm/xe: Add Wa_14019821291Matt Roper
2023-12-21drm/xe/xe2: Extend reserved stolen sizesLucas De Marchi
2023-12-21drm/xe: Avoid 64-bit register readsMatt Roper
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Carve out top of DSM as reservedLucas De Marchi
2023-12-21drm/xe: Fix MTL+ stolen memory mappingLucas De Marchi
2023-12-19drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper
2023-12-19drm/xe: Add backpointer from gt to tileMatt Roper
2023-12-19drm/xe: Rework size helper to be a little more correctMichael J. Ruhl
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe/buddy: add visible trackingMatthew Auld
2023-12-19drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt()Matthew Auld
2023-12-19drm/xe: one more s/lmem/vram/Matthew Auld
2023-12-19drm/xe/stolen: Exclude reserved lmem portionNirmoy Das
2023-12-19drm/xe: Remove dependency on i915_reg.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Add missing doc for xe parameterLucas De Marchi
2023-12-19drm/xe/stolen: don't map stolen on small-barMatthew Auld
2023-12-12drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst