aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-22drm/i915/dp_mst: Work around Thunderbolt sink disconnect after SINK_COUNT_ESI readImre Deak1-0/+17
2025-05-13drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MSTImre Deak1-3/+4
2025-05-07drm/i915/irq: move i915->irq_lock to display->irq.lockJani Nikula1-5/+5
2025-04-30drm/i915/display: move min_hblank from dp_mst.c to dp.cArun R Murthy1-0/+74
2025-04-29drm/i915/dp: Use an intel_connector pointer everywhereImre Deak1-49/+56
2025-04-24drm/i915/lobf: Check for sink error and disable LOBFAnimesh Manna1-0/+5
2025-04-24drm/i915/lobf: Add mutex for alpm updateAnimesh Manna1-1/+1
2025-04-22drm/i915/display: pass struct intel_display to PCH macrosJani Nikula1-2/+1
2025-04-15drm/i915/dp: Check for HAS_DSC_3ENGINES while configuring DSC slicesAnkit Nautiyal1-3/+4
2025-04-07drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding itImre Deak1-1/+1
2025-04-07drm/i915/dp_mst: Remove stream count assert from intel_dp_check_mst_status()Imre Deak1-2/+0
2025-04-07drm/i915/dp: Rename intel_dp::link_trained to link.activeImre Deak1-3/+3
2025-04-02drm/i915/dp: Reject HBR3 when sink doesn't support TPS4Ville Syrjälä1-7/+42
2025-03-25drm/i915/lvds: convert intel_lvds.[ch] to struct intel_displayJani Nikula1-1/+1
2025-03-21drm/i915/display: convert to display runtime PM interfacesJani Nikula1-3/+2
2025-03-21drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_displayJani Nikula1-1/+1
2025-03-05drm/i915/display: convert intel_has_pending_fb_unpin() to struct intel_displayJani Nikula1-2/+1
2025-03-03drm/i915/mst: add mst sub-struct to struct intel_connectorJani Nikula1-6/+6
2025-03-03drm/i915/mst: add mst sub-struct to struct intel_dpJani Nikula1-14/+12
2025-02-28Merge drm/drm-next into drm-intel-nextJani Nikula1-1/+1
2025-02-27drm/i915/pfit: rename intel_panel_fitting() to intel_pfit_compute_config()Jani Nikula1-1/+1
2025-02-27drm/i915/display: convert the M/N functions to struct intel_displayJani Nikula1-2/+1
2025-02-27drm/i915/drrs: convert intel_drrs.[ch] to struct intel_displayJani Nikula1-2/+2
2025-02-27Merge tag 'drm-intel-next-2025-02-24' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie1-185/+133
2025-02-15drm/i915: Always initialize connector->modeset_retry_workVille Syrjälä1-3/+0
2025-02-15drm/i915: Move modeset_retry stuff into intel_connector.cVille Syrjälä1-41/+3
2025-02-14Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-1/+1
2025-02-13drm/i915/display: convert intel_mode_valid_max_plane_size() to intel_displayJani Nikula1-2/+1
2025-02-13drm/i915/display: convert intel_cpu_transcoder_mode_valid() to intel_displayJani Nikula1-1/+1
2025-02-10drm/i915: Convert intel_display_power_{get,put}*() to intel_displayVille Syrjälä1-4/+3
2025-02-07Revert "drm/i915/dp: Compute as_sdp based on if vrr possible"Mitul Golani1-1/+1
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard1-598/+665
2025-02-05drm/i915/lspcon: rename interfaces to intel_lspcon_* to unifyJani Nikula1-5/+5
2025-02-05drm/i915/lspcon: change signature of lspcon_wait_pcon_mode()Jani Nikula1-2/+1
2025-02-05drm/i915/lspcon: change signature of lspcon_detect_hdr_capability()Jani Nikula1-3/+1
2025-02-05drm/i915/lspcon: add intel_lspcon_active() and use itJani Nikula1-3/+4
2025-02-05drm/i915/dp: Add support for DP UHBR SST DSCJani Nikula1-8/+27
2025-02-04drm/i915/dp: Iterate DSC BPP from high to low on all platformsJani Nikula1-4/+3
2025-02-03drm/i915/mst: Convert intel_dp_mtp_tu_compute_config() to .4 formatJani Nikula1-2/+2
2025-02-03drm/i915/dp: Pass connector state all the way to dsc_compute_link_config()Jani Nikula1-3/+6
2025-02-03drm/i915/dp: Drop compute_pipe_bpp parameter from intel_dp_dsc_compute_config()Jani Nikula1-8/+6
2025-02-03drm/i915/dp: Use int for compressed BPP in dsc_compute_link_config()Jani Nikula1-4/+4
2025-02-03drm/i915/dp: Simplify input BPP checks in intel_dp_dsc_compute_pipe_bpp()Jani Nikula1-8/+2
2025-02-03drm/i915/dp: Inline do_dsc_compute_compressed_bpp()Jani Nikula1-37/+23
2025-02-03drm/i915/dp: Unify DSC link config functionsJani Nikula1-44/+5
2025-02-03drm/i915/dp: Move force_dsc_fractional_bpp_en check to intel_dp_dsc_valid_bpp()Jani Nikula1-3/+7
2025-02-03drm/i915/dp: Change icl_dsc_compute_link_config() DSC BPP iterationJani Nikula1-7/+26
2025-02-03drm/i915/dp: Move max DSC BPP reduction one level higherJani Nikula1-18/+14
2025-02-03drm/i915/dp: Pass .4 BPP values to {icl,xelpd}_dsc_compute_link_config()Jani Nikula1-12/+16
2025-02-03drm/i915/dp: Rename some variables in xelpd_dsc_compute_link_config()Jani Nikula1-11/+8