summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/display/xe_dsb_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-28drm/xe/dsb: drop the unnecessary struct i915_vmaJani Nikula1-20/+8
2025-11-28drm/{i915,xe}/dsb: make struct intel_dsb_buffer opaqueJani Nikula1-0/+6
2025-11-28drm/{i915, xe}/dsb: allocate struct intel_dsb_buffer dynamicallyJani Nikula1-6/+22
2025-11-28drm/{i915, xe}/dsb: make {intel, xe}_dsb_buffer.c independent of displayJani Nikula1-3/+2
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-5/+5
2025-06-24drm/xe: Move DSB l2 flush to a more sensible placeMaarten Lankhorst1-7/+4
2024-09-18drm/xe: Fix DSB buffer coherencyMaarten Lankhorst1-2/+7
2024-08-30drm/xe/display: Drop unnecessary xe_gt.h includesMatt Roper1-1/+0
2024-07-05drm/xe/bmg: implement Wa_16023588340Matthew Auld1-0/+8
2024-06-06drm/xe/display: drop i915_drv.h include from xe codeJani Nikula1-5/+4
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-2/+2
2023-12-21drm/xe/dsb: DSB implementation for xeAnimesh Manna1-0/+71