summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2025-02-27drm/i915/display: remove leftover struct drm_i915_private forward declarationsJani Nikula5-5/+0
2025-02-27drm/i915/mst: update max stream count to match number of pipesJani Nikula1-1/+2
2025-02-27Merge tag 'drm-xe-next-2025-02-24' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie5-9/+15
2025-02-27Merge tag 'drm-intel-next-2025-02-24' of https://gitlab.freedesktop.org/drm/i...Dave Airlie223-5725/+8079
2025-02-26drm/i915: Fix pipeDMC and ATS fault handlingVille Syrjälä1-3/+3
2025-02-26drm/i915/power: move runtime power status info to power debugfsJani Nikula2-3/+3
2025-02-26drm/i915/dp_mst: Fix encoder HW state readout for UHBR MSTImre Deak1-4/+5
2025-02-25drm/i915/dp: Use the generic helper to control LTTPR transparent modeAbel Vesa1-19/+5
2025-02-25drm/i915/dp_mst: Fix encoder HW state readout for UHBR MSTImre Deak1-4/+5
2025-02-25Merge tag 'v6.14-rc4' into drm-nextDave Airlie7-13/+42
2025-02-21drm/i915: Constify 'struct bin_attribute'Thomas Weißschuh2-10/+10
2025-02-20drm/i915/hdcp: Create force_hdcp14 debug fs entrySuraj Kandpal2-1/+77
2025-02-19drm/i915/dp: Fix disabling the transcoder function in 128b/132b modeImre Deak1-4/+2
2025-02-19drm/i915/dp: Fix error handling during 128b/132b link trainingImre Deak1-1/+14
2025-02-19drm/i915/dp: Fix disabling the transcoder function in 128b/132b modeImre Deak1-4/+2
2025-02-19drm/i915/dp: Fix error handling during 128b/132b link trainingImre Deak1-1/+14
2025-02-19drm/i915/psr: Fix drm_WARN_ON in intel_psr_disableJouni Högander1-1/+2
2025-02-19drm/i915/display: Allow display PHYs to reset power stateMika Kahola4-0/+67
2025-02-19drm/i915/display: Drop crtc_state from C10/C20 pll programmingMika Kahola1-57/+74
2025-02-19drm/{i915, xe}/display: Move dsm registration under intel_driverRodrigo Vivi2-5/+4
2025-02-18drm/i915/gt: add wait on depth stall done bit handlingJuha-Pekka Heikkila2-0/+9
2025-02-18drm/i915/request: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18drm/i915/uncore: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18drm/i915/pmu: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18drm/i915/perf: Switch to use hrtimer_setup()Nam Cao1-3/+2
2025-02-18drm/i915/gvt: Switch to use hrtimer_setup()Nam Cao2-4/+2
2025-02-18drm/i915/huc: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann7-25/+57
2025-02-18drm/i915: Hook up display fault interrupts for VLV/CHVVille Syrjälä4-1/+158
2025-02-18drm/i915: Un-invert {i9xx,i965}_error_mask()Ville Syrjälä1-11/+11
2025-02-18drm/i915: Introduce i915_error_regsVille Syrjälä4-2/+42
2025-02-18drm/i915: Hook in display GTT faults for ILK/SNBVille Syrjälä2-1/+65
2025-02-18drm/i915: Hook in display GTT faults for IVB/HSWVille Syrjälä2-0/+57
2025-02-18drm/i915: Pimp display fault reportingVille Syrjälä3-5/+155
2025-02-18drm/i915: Introduce a minimal plane error stateVille Syrjälä5-0/+122
2025-02-18drm/i915: Add missing else to the if ladder in missing elseVille Syrjälä1-1/+1
2025-02-17drm/i915: Make sure all planes in use by the joiner have their crtc includedVille Syrjälä1-0/+18
2025-02-17drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTLImre Deak2-2/+2
2025-02-17drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macroImre Deak1-2/+2
2025-02-17drm/i915/gt: Use spin_lock_irqsave() in interruptible contextKrzysztof Karas1-2/+2
2025-02-17drm/i915/gt: Replace kmap with its safer kmap_local_page counterpartAndi Shyti2-6/+6
2025-02-15drm/i915: s/state/plane_state/Ville Syrjälä2-21/+22
2025-02-15drm/i915: Relocate some other plane fb related stuff into intel_fb.cVille Syrjälä4-36/+37
2025-02-15drm/i915: Relocate intel_{rotation,remapped}_info_size()Ville Syrjälä5-41/+42
2025-02-15drm/i915: Relocate intel_plane_uses_fence()Ville Syrjälä4-12/+11
2025-02-15drm/i915: Simplify vlv_wait_port_ready() argumentsVille Syrjälä4-14/+10
2025-02-15drm/i915: Relocate vlv_wait_port_ready()Ville Syrjälä4-37/+42
2025-02-15drm/i915: Move intel_plane_destroy() into intel_atomic_plane.cVille Syrjälä4-14/+14
2025-02-15drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.cVille Syrjälä4-18/+17
2025-02-15drm/i915: Extract intel_hdcp_cancel_works()Ville Syrjälä3-4/+12