aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_ggtt.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-31drm/xe: Add mmio read before GGTT invalidateMatthew Brost1-0/+10
2024-09-12drm/xe: Don't keep stale pointer to bo->ggtt_nodeMichal Wajdeczko1-2/+5
2024-08-28drm/xe: Fix NPD in ggtt_node_remove()Himal Prasad Ghimiray1-5/+8
2024-08-24drm/xe: Fix total initialization in xe_ggtt_print_holes()Nathan Chancellor1-1/+1
2024-08-23drm/xe: Move ggtt_fini to devm managedMatthew Brost1-2/+2
2024-08-22drm/xe: Fix missing runtime outer protection for ggtt_remove_nodeRodrigo Vivi1-39/+67
2024-08-22drm/xe: Make xe_ggtt_node struct independentRodrigo Vivi1-36/+104
2024-08-22drm/xe: Refactor xe_ggtt balloon functions to make the node clearRodrigo Vivi1-8/+8
2024-08-22drm/xe: Introduce xe_ggtt_print_holesRodrigo Vivi1-0/+40
2024-08-22drm/xe: Introduce xe_ggtt_largest_holeRodrigo Vivi1-0/+35
2024-08-22drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_nodeRodrigo Vivi1-0/+11
2024-08-22drm/xe: Rename xe_ggtt_node related functionsRodrigo Vivi1-43/+43
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi1-36/+36
2024-08-22drm/xe: Introduce GGTT documentationRodrigo Vivi1-28/+108
2024-08-22drm/xe: Removed unused xe_ggtt_printkRodrigo Vivi1-20/+0
2024-07-02drm/xe/bmg: Apply Wa_22019338487Vinay Belgaumkar1-3/+8
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-5/+37
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula1-4/+28
2024-05-31drm: move i915_drm.h under include/drm/intelJani Nikula1-1/+1
2024-05-27drm/xe/vf: Use only assigned GGTT regionMichal Wajdeczko1-1/+13
2024-05-22drm/xe/ggtt: use drm_dev_enter to mark device sectionMatthew Auld1-3/+15
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi1-4/+5
2024-04-18drm/xe: Remove useless mem_access during probeRodrigo Vivi1-2/+0
2024-04-16drm/xe: Allow to assign GGTT region to the VFMichal Wajdeczko1-0/+44
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-6/+6
2024-03-27drm/xe: Move HW GGTT definitions to dedicated fileMichal Wajdeczko1-6/+1
2024-03-20drm/xe: Move xe_ggtt_invalidate out from ggtt->lockMaarten Lankhorst1-5/+5
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost1-4/+8
2024-03-20drm/xe: Drop ggtt invalidate from display codeMatthew Brost1-1/+3
2024-03-07drm/xe: Fix NULL check in xe_ggtt_init()Maarten Lankhorst1-2/+1
2024-03-05drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuCMatthew Brost1-7/+0
2024-02-29drm/xe: Fix build error in xe_ggtt.cMatthew Brost1-0/+1
2024-02-23drm/xe: Cleanup some layering in GGTTMatthew Brost1-31/+6
2024-02-13drm/xe/vf: Assume fixed GSM size if VFMichal Wajdeczko1-1/+6
2024-01-12drm/xe: Allow to exclude part of GGTT from allocationsMichal Wajdeczko1-0/+71
2023-12-21drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WBMichal Wajdeczko1-1/+2
2023-12-21drm/xe: Drop some unnecessary header includesMatt Roper1-1/+0
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-5/+1
2023-12-21drm/xe: Reorder GGTT init to earlier point in probeMichał Winiarski1-4/+18
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst1-16/+9
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld1-7/+9
2023-12-21drm/xe/xe2: Follow XeHPC for TLB invalidationLucas De Marchi1-1/+1
2023-12-21drm/xe: Use vfunc for ggtt pte encodingLucas De Marchi1-13/+40
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-7/+7
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-6/+6
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi1-2/+2
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi1-3/+2
2023-12-21drm/xe/ggtt: prime ggtt->lock against FS_RECLAIMMatthew Auld1-0/+11
2023-12-21drm/xe: limit GGTT size to GUC_GGTT_TOPDaniele Ceraolo Spurio1-6/+18