summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Move BAR definitions to dedicated fileMichal Wajdeczko2024-05-301-0/+1
* drm/xe: Don't rely on indirect includes from xe_mmio.hMichal Wajdeczko2024-05-221-0/+1
* drm/xe/stolen: lower the default alignmentMatthew Auld2024-04-171-6/+2
* drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-1/+1
* drm/xe: Add a NULL check in xe_ttm_stolen_mgr_initNirmoy Das2024-03-201-0/+5
* drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld2024-02-221-1/+2
* drm/xe/vf: Don't initialize stolen memory manager if VFMichal Wajdeczko2024-02-131-1/+4
* drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström2024-01-091-2/+2
* drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi2023-12-211-1/+1
* drm/xe: Make xe_mmio_tile_vram_size() staticBrian Welty2023-12-211-5/+2
* drm/xe: Add Wa_14019821291Matt Roper2023-12-211-0/+25
* drm/xe/xe2: Extend reserved stolen sizesLucas De Marchi2023-12-211-4/+28
* drm/xe: Avoid 64-bit register readsMatt Roper2023-12-211-3/+3
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-2/+2
* drm/xe: Carve out top of DSM as reservedLucas De Marchi2023-12-211-1/+7
* drm/xe: Fix MTL+ stolen memory mappingLucas De Marchi2023-12-211-2/+13
* drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper2023-12-201-2/+2
* drm/xe: Move VRAM from GT to tileMatt Roper2023-12-201-8/+10
* drm/xe: Add backpointer from gt to tileMatt Roper2023-12-201-3/+3
* drm/xe: Rework size helper to be a little more correctMichael J. Ruhl2023-12-201-16/+18
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-201-2/+2
* drm/xe: Drop gen afixes from registersLucas De Marchi2023-12-201-1/+1
* drm/xe/buddy: add visible trackingMatthew Auld2023-12-201-4/+14
* drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt()Matthew Auld2023-12-201-27/+12
* drm/xe: one more s/lmem/vram/Matthew Auld2023-12-201-2/+2
* drm/xe/stolen: Exclude reserved lmem portionNirmoy Das2023-12-201-1/+7
* drm/xe: Remove dependency on i915_reg.hLucas De Marchi2023-12-201-2/+1
* drm/xe: Sort includesLucas De Marchi2023-12-201-1/+1
* drm/xe: Add missing doc for xe parameterLucas De Marchi2023-12-201-0/+1
* drm/xe/stolen: don't map stolen on small-barMatthew Auld2023-12-201-12/+35
* drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst2023-12-121-1/+0
* drm/xe: Implement stolen memory.Maarten Lankhorst2023-12-121-0/+244