summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/display/xe_fb_pin.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-06drm/xe: move DPT l2 flush to a more sensible placeMatthew Auld1-2/+3
2025-03-12drm/xe: Use correct type width for alignment in fb pinning codeTvrtko Ursulin1-10/+10
2025-03-03drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.cJani Nikula1-0/+1
2025-02-06drm/i915: Calculate the VT-d guard size in the display codeVille Syrjälä1-0/+1
2025-01-21drm/xe/display: Re-use display vmas when possibleMaarten Lankhorst1-5/+43
2024-11-22drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura1-5/+7
2024-10-18Merge tag 'drm-xe-next-2024-10-17' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-22/+35
2024-10-14drm/xe/display: align framebuffers according to hw requirementsJuha-Pekka Heikkila1-22/+35
2024-09-19drm/xe/display: stop using intel_fb_obj() in xe_fb_pin.cJani Nikula1-4/+8
2024-08-30drm/xe/display: Drop unnecessary xe_gt.h includesMatt Roper1-1/+0
2024-08-22drm/xe: Make xe_ggtt_node struct independentRodrigo Vivi1-13/+26
2024-08-22drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_nodeRodrigo Vivi1-1/+1
2024-08-22drm/xe: Rename xe_ggtt_node related functionsRodrigo Vivi1-5/+3
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi1-5/+5
2024-08-22drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dptRodrigo Vivi1-2/+7
2024-08-05Merge tag 'drm-xe-next-2024-07-30' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+3
2024-07-10Merge tag 'drm-intel-next-2024-06-28' of https://gitlab.freedesktop.org/drm/i...Daniel Vetter1-1/+2
2024-07-05drm/xe/bmg: implement Wa_16023588340Matthew Auld1-0/+3
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-2/+2
2024-06-24drm/i915: Introduce the plane->min_alignment() vfuncVille Syrjälä1-1/+2
2024-06-06drm/xe/display: drop i915_drv.h include from xe codeJani Nikula1-1/+0
2024-06-06drm/i915/display: include xe_bo.h, gem_object_types etc. where neededJani Nikula1-2/+3
2024-05-13drm/i915: Rename the fb pinning functions to indicate the address spaceVille Syrjälä1-6/+6
2024-05-13drm/i915: Constify 'fb' in during pinningVille Syrjälä1-4/+4
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi1-2/+3
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-11/+11
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost1-1/+1
2024-03-20drm/xe: Drop ggtt invalidate from display codeMatthew Brost1-2/+1
2024-03-19drm/xe/display: Mark dpt and related vma as uncachedJuha-Pekka Heikkila1-5/+5
2024-03-19drm/xe/display: mark DPT with XE_BO_PAGETABLEMatthew Auld1-3/+6
2023-12-21drm/xe/display: Add writing of remapped dptJuha-Pekka Heikkila1-6/+46
2023-12-21drm/xe/display: Don't try to use vram if not availableJuha-Pekka Heikkila1-5/+6
2023-12-21drm/xe/display: ensure clear-color surfaces are cpu mappableMatthew Auld1-0/+17
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst1-0/+326