summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/display/xe_fb_pin.c
AgeCommit message (Expand)Author
2025-07-11Merge tag 'drm-xe-next-2025-07-10' of https://gitlab.freedesktop.org/drm/xe/k...Simona Vetter
2025-06-27drm/xe: Drop bo->sizeMatthew Brost
2025-06-27drm/i915/fbdev: Add intel_fbdev_get_map()Jocelyn Falempe
2025-06-24drm/xe: move DPT l2 flush to a more sensible placeMatthew Auld
2025-06-23Merge tag 'drm-intel-next-2025-06-18' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2025-06-09drm/xe/display: Convert GGTT mapping to use pte_encode_flagsMaarten Lankhorst
2025-06-09drm/xe/display: Dont poke into GGTT internals to fill a DPTMaarten Lankhorst
2025-06-09drm/xe/display: Remove dereferences of ggtt for tile idMaarten Lankhorst
2025-05-27drm/xe: stop including intel_display_{core, device}.h from xe_device_types.hJani Nikula
2025-05-16drm/{i915,xe}: convert i915 and xe display members into pointersJani Nikula
2025-05-16drm/xe/display: do not reference xe->display inlineJani Nikula
2025-03-12drm/xe: Use correct type width for alignment in fb pinning codeTvrtko Ursulin
2025-03-03drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.cJani Nikula
2025-02-06drm/i915: Calculate the VT-d guard size in the display codeVille Syrjälä
2025-01-21drm/xe/display: Re-use display vmas when possibleMaarten Lankhorst
2024-11-22drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura
2024-10-18Merge tag 'drm-xe-next-2024-10-17' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-10-14drm/xe/display: align framebuffers according to hw requirementsJuha-Pekka Heikkila
2024-09-19drm/xe/display: stop using intel_fb_obj() in xe_fb_pin.cJani Nikula
2024-08-30drm/xe/display: Drop unnecessary xe_gt.h includesMatt Roper
2024-08-22drm/xe: Make xe_ggtt_node struct independentRodrigo Vivi
2024-08-22drm/xe: Limit drm_mm_node_allocated access to xe_ggtt_nodeRodrigo Vivi
2024-08-22drm/xe: Rename xe_ggtt_node related functionsRodrigo Vivi
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi
2024-08-22drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dptRodrigo Vivi
2024-08-05Merge tag 'drm-xe-next-2024-07-30' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-07-10Merge tag 'drm-intel-next-2024-06-28' of https://gitlab.freedesktop.org/drm/i...Daniel Vetter
2024-07-05drm/xe/bmg: implement Wa_16023588340Matthew Auld
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar
2024-06-24drm/i915: Introduce the plane->min_alignment() vfuncVille Syrjälä
2024-06-06drm/xe/display: drop i915_drv.h include from xe codeJani Nikula
2024-06-06drm/i915/display: include xe_bo.h, gem_object_types etc. where neededJani Nikula
2024-05-13drm/i915: Rename the fb pinning functions to indicate the address spaceVille Syrjälä
2024-05-13drm/i915: Constify 'fb' in during pinningVille Syrjälä
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-03-20drm/xe: Drop ggtt invalidate from display codeMatthew Brost
2024-03-19drm/xe/display: Mark dpt and related vma as uncachedJuha-Pekka Heikkila
2024-03-19drm/xe/display: mark DPT with XE_BO_PAGETABLEMatthew Auld
2023-12-21drm/xe/display: Add writing of remapped dptJuha-Pekka Heikkila
2023-12-21drm/xe/display: Don't try to use vram if not availableJuha-Pekka Heikkila
2023-12-21drm/xe/display: ensure clear-color surfaces are cpu mappableMatthew Auld
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst