summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/display
AgeCommit message (Expand)AuthorFilesLines
2024-06-27drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-2/+2
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula3-21/+35
2024-06-11Merge tag 'drm-xe-next-2024-06-06' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie3-21/+35
2024-06-06drm/xe/display: drop i915_drv.h include from xe codeJani Nikula6-31/+24
2024-06-06drm/i915/display: include xe_bo.h, gem_object_types etc. where neededJani Nikula4-7/+10
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-23drm/xe: Prepare display for D3ColdRodrigo Vivi2-8/+10
2024-05-22drm/xe/display: move device_remove over to drmmMatthew Auld2-6/+18
2024-05-22drm/xe/display: stop calling domains_driver_remove twiceMatthew Auld1-1/+0
2024-05-22drm/xe/display: move display fini stuff to devmMatthew Auld1-6/+6
2024-05-13drm/xe/display: remove unused xe->sb_lockJani Nikula1-2/+0
2024-05-13drm/xe/display: remove unused xe->enabled_irq_maskJani Nikula1-1/+0
2024-05-13drm/i915: Rename the fb pinning functions to indicate the address spaceVille Syrjälä2-8/+8
2024-05-13drm/i915: Change intel_fbdev_fb_alloc() return typeVille Syrjälä1-4/+5
2024-05-13drm/i915: Constify 'fb' in during pinningVille Syrjälä1-4/+4
2024-05-10drm/xe: Nuke xe's copy of intel_fbdev_fb.hVille Syrjälä1-21/+0
2024-05-08drm/xe: Don't rely on xe_force_wake.h to be included elsewhereMichal Wajdeczko1-0/+1
2024-05-03drm/i915/display: perform transient flushMatthew Auld1-0/+13
2024-05-02Merge tag 'drm-intel-next-2024-04-30' of https://anongit.freedesktop.org/git/...Dave Airlie1-11/+0
2024-04-25drm/{i915, xe}: Implement fbdev emulation as in-kernel clientThomas Zimmermann1-2/+0
2024-04-25drm/{i915,xe}: Implement fbdev client callbacksThomas Zimmermann1-9/+0
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi2-4/+5
2024-04-18drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray1-7/+1
2024-04-18drm/xe: Remove useless mem_access during probeRodrigo Vivi1-2/+0
2024-04-12drm/xe: Fix bo leak in intel_fb_bo_framebuffer_initMaarten Lankhorst1-2/+6
2024-04-08drm/xe/display: Fix double mutex initializationLucas De Marchi1-5/+0
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko1-0/+1
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi6-30/+30
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
2024-03-11drm/xe/hdcp: Fix condition for hdcp gsc cs requirementSuraj Kandpal1-1/+1
2024-03-06drm/xe/hdcp: Enable HDCP for XESuraj Kandpal1-5/+197
2024-03-06drm/xe: Use gsc_proxy_init_done to check proxy statusSuraj Kandpal1-1/+28
2024-03-06drm/xe/hdcp: Use xe_device structSuraj Kandpal1-7/+8
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi1-27/+40
2024-02-07drm/i915: Try to relocate the BIOS fb to the start of ggttVille Syrjälä1-0/+4
2024-02-07drm/i915: Tweak BIOS fb reuse checkVille Syrjälä1-14/+17
2024-02-07drm/i915: Simplify intel_initial_plane_config() calling conventionVille Syrjälä1-17/+23
2024-02-03drm/xe/display: Fix memleak in display initializationXiaoming Wang1-6/+0
2024-01-31drm/xe: move xe_display.[ch] under display/Jani Nikula2-0/+494
2023-12-21drm/xe/display: Fix dummy __i915_inject_probe_error()Lucas De Marchi1-0/+4
2023-12-21drm/xe/dsb: DSB implementation for xeAnimesh Manna1-0/+71
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/hdcp: Define intel_hdcp_gsc_check_status in XeSuraj Kandpal1-0/+10
2023-12-21drm/xe/display: Create a dummy version for vga decodeUma Shankar1-0/+16
2023-12-21drm/xe/display: ensure clear-color surfaces are cpu mappableMatthew Auld1-0/+17
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst10-0/+980