summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ggtt.c
AgeCommit message (Expand)Author
2024-07-02drm/xe/bmg: Apply Wa_22019338487Vinay Belgaumkar
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula
2024-05-31drm: move i915_drm.h under include/drm/intelJani Nikula
2024-05-27drm/xe/vf: Use only assigned GGTT regionMichal Wajdeczko
2024-05-22drm/xe/ggtt: use drm_dev_enter to mark device sectionMatthew Auld
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-04-18drm/xe: Remove useless mem_access during probeRodrigo Vivi
2024-04-16drm/xe: Allow to assign GGTT region to the VFMichal Wajdeczko
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-27drm/xe: Move HW GGTT definitions to dedicated fileMichal Wajdeczko
2024-03-20drm/xe: Move xe_ggtt_invalidate out from ggtt->lockMaarten Lankhorst
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-03-20drm/xe: Drop ggtt invalidate from display codeMatthew Brost
2024-03-07drm/xe: Fix NULL check in xe_ggtt_init()Maarten Lankhorst
2024-03-05drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuCMatthew Brost
2024-02-29drm/xe: Fix build error in xe_ggtt.cMatthew Brost
2024-02-23drm/xe: Cleanup some layering in GGTTMatthew Brost
2024-02-13drm/xe/vf: Assume fixed GSM size if VFMichal Wajdeczko
2024-01-12drm/xe: Allow to exclude part of GGTT from allocationsMichal Wajdeczko
2023-12-21drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WBMichal Wajdeczko
2023-12-21drm/xe: Drop some unnecessary header includesMatt Roper
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski
2023-12-21drm/xe: Reorder GGTT init to earlier point in probeMichał Winiarski
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld
2023-12-21drm/xe/xe2: Follow XeHPC for TLB invalidationLucas De Marchi
2023-12-21drm/xe: Use vfunc for ggtt pte encodingLucas De Marchi
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi
2023-12-21drm/xe/ggtt: prime ggtt->lock against FS_RECLAIMMatthew Auld
2023-12-21drm/xe: limit GGTT size to GUC_GGTT_TOPDaniele Ceraolo Spurio
2023-12-19drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidationsMatt Roper
2023-12-19drm/xe: Invalidate TLB on all affected GTs during GGTT updatesMatt Roper
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: Move GGTT from GT to tileMatt Roper
2023-12-19drm/xe: Move register MMIO into xe_tileMatt Roper
2023-12-19drm/xe: Add backpointer from gt to tileMatt Roper
2023-12-19drm/xe: keep pulling mem_access_get further backMatthew Auld
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi
2023-12-19drm/xe: Drop gen afixes from registersLucas De Marchi
2023-12-19drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BITLucas De Marchi
2023-12-19drm/xe: Cleanup page-related definesLucas De Marchi
2023-12-19drm/xe: Drop GFX_FLSH_CNTL_GEN6 write during GGTT invalidationMatt Roper
2023-12-19drm/xe: s/lmem/vram/Matthew Auld