summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/display
AgeCommit message (Expand)AuthorFilesLines
2024-11-08drm/i915: disable fbc due to Wa_16023588340Matthew Auld1-0/+16
2024-10-10drm/xe/fbdev: Limit the usage of stolen for LNL+Uma Shankar2-1/+11
2024-10-10drm/xe/hdcp: Check GSC structure validitySuraj Kandpal1-2/+6
2024-09-04drm/xe/display: Avoid encoder_suspend at runtime suspendRodrigo Vivi1-3/+3
2024-09-04drm/xe: Suspend/resume user access only during system s/rImre Deak1-4/+6
2024-09-04drm/xe/display: Match i915 driver suspend/resume sequences betterMaarten Lankhorst1-5/+14
2024-08-19drm/xe/bmg: implement Wa_16023588340Matthew Auld2-0/+11
2024-08-19drm/xe/display: Make display suspend/resume work on discreteMaarten Lankhorst1-0/+23
2024-08-19drm/xe: Fix opregion leakLucas De Marchi1-1/+4
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-116/+103
2024-07-11drm/xe/display/xe_hdcp_gsc: Free arbiter on driver removalNirmoy Das1-4/+8
2024-07-10Merge tag 'drm-intel-next-2024-06-28' of https://gitlab.freedesktop.org/drm/i...Daniel Vetter3-19/+6
2024-06-27drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-2/+2
2024-06-24drm/i915: Introduce the plane->min_alignment() vfuncVille Syrjälä2-3/+4
2024-06-20drm/xe: Use the encoder suspend helper also used by the i915 driverImre Deak1-16/+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