aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp_mst.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/display: drop i915_reg.h include where possibleJani Nikula2025-06-111-1/+0
* drm/i915: split out display register macros to a separate fileJani Nikula2025-06-091-0/+1
* drm/i915/dp: Fix the enabling/disabling of audio SDP splittingImre Deak2025-05-211-2/+0
* drm/i915/dp_mst: Enable fractional link bpps on MST if the bpp is forcedImre Deak2025-05-121-1/+1
* drm/i915/dp_mst: Add support for fractional compressed link bpps on MSTImre Deak2025-05-121-9/+23
* drm/i915/dp_mst: Simplify computing the min/max compressed bpp limitsImre Deak2025-05-121-5/+1
* drm/i915/dp_mst: Check BW limit on the local MST link earlyImre Deak2025-05-121-0/+4
* drm/i915/dp_mst: Update the total link slot count earlyImre Deak2025-05-121-25/+11
* drm/i915/dp_mst: Validate compressed bpp vs. platform restrictionsImre Deak2025-05-121-0/+6
* drm/i915/dp_mst: Simplify handling the single-bpp case during state computationImre Deak2025-05-121-4/+6
* drm/i915/dp_mst: Use the correct connector while computing the link BPP limit...Imre Deak2025-05-121-2/+3
* drm/i915/dp: Fix determining SST/MST mode during MTP TU state computationImre Deak2025-05-081-1/+1
* drm/i915/display: move min_hblank from dp_mst.c to dp.cArun R Murthy2025-04-301-51/+5
* drm/i915/display: drop lots of unnecessary #include i915_drv.hJani Nikula2025-04-221-1/+3
* drm/i915/dp_mst: Rename intel_dp::mst.active_links to mst.active_streamsImre Deak2025-04-071-6/+6
* drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding itImre Deak2025-04-071-4/+4
* drm/i915/dp_mst: Rename intel_dp_mst_encoder_active_links() to intel_dp_mst_a...Imre Deak2025-04-071-6/+5
* drm/i915/dp_mst: Add intel_dp_mst_{inc, dec}_active_streams()Imre Deak2025-04-071-16/+27
* drm/i915/dp: Rename intel_dp::link_trained to link.activeImre Deak2025-04-071-2/+2
* drm/i915/display: Use fixed_rr timings in modeset sequenceAnkit Nautiyal2025-03-251-0/+4
* drm/i915/dp_mst: Use VRR Timing generator for DP MST for fixed_rrAnkit Nautiyal2025-03-251-0/+3
* drm/i915/mst: add mst sub-struct to struct intel_connectorJani Nikula2025-03-031-36/+36
* drm/i915/mst: add mst sub-struct to struct intel_dpJani Nikula2025-03-031-47/+47
* Merge drm/drm-next into drm-intel-nextJani Nikula2025-02-281-1/+1
|\
| * Merge tag 'drm-intel-next-2025-02-24' of https://gitlab.freedesktop.org/drm/i...Dave Airlie2025-02-261-181/+210
| |\
| * \ Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2025-02-141-1/+1
| |\ \
| | * \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2025-02-061-452/+445
| | |\ \
| | * | | drm/connector: make mode_valid_ctx take a const struct drm_display_modeDmitry Baryshkov2025-01-071-3/+3
| * | | | drm/i915/dp: Fix potential infinite loop in 128b/132b SSTJani Nikula2025-02-051-0/+4
| | |/ / | |/| |
* | | | drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch]Jani Nikula2025-02-271-0/+1
* | | | drm/i915/mst: update max stream count to match number of pipesJani Nikula2025-02-271-1/+2
| |_|/ |/| |
* | | drm/i915: Always initialize connector->modeset_retry_workVille Syrjälä2025-02-151-2/+0
* | | drm/i915: Move modeset_retry stuff into intel_connector.cVille Syrjälä2025-02-151-1/+1
* | | drm/i915/display: convert intel_mode_valid_max_plane_size() to intel_displayJani Nikula2025-02-131-2/+1
* | | drm/i915/display: convert intel_cpu_transcoder_mode_valid() to intel_displayJani Nikula2025-02-131-1/+1
* | | drm/i915/dp_mst: Fix disabling the minimum HBlank timeImre Deak2025-02-071-1/+2
* | | drm/i915/dp_mst: Fix getting display pointer in intel_dp_mst_compute_min_hbla...Imre Deak2025-02-061-4/+2
* | | drm/i915/dp: Fix potential infinite loop in 128b/132b SSTJani Nikula2025-02-051-0/+4
* | | drm/i915/mst: fix INT_MAX to .4 fixed point conversion mistakeJani Nikula2025-02-051-2/+2
* | | drm/i915/dp: Guarantee a minimum HBlank timeArun R Murthy2025-02-051-1/+52
* | | drm/i915/mst: Convert intel_dp_mtp_tu_compute_config() to .4 formatJani Nikula2025-02-031-22/+30
* | | drm/i915/dp: Drop compute_pipe_bpp parameter from intel_dp_dsc_compute_config()Jani Nikula2025-02-031-1/+1
* | | drm/i915/mst: use min_array() and max_array() instead of hand-rollingJani Nikula2025-01-311-10/+3
* | | drm/i915/mst: remove unnecessary mst_stream_find_vcpi_slots_for_bpp()Jani Nikula2025-01-311-17/+6
* | | drm/i915/mst: handle mst pbn_div in intel_dp_mtp_tu_compute_config()Jani Nikula2025-01-311-17/+14
* | | drm/i915/mst: change where lane_count and port_clock are setJani Nikula2025-01-311-6/+7
* | | drm/i915/dp: change the order of intel_dp_mtp_tu_compute_config() paramsJani Nikula2025-01-311-5/+3
* | | drm/i915/dp: constify struct link_config_limits pointersJani Nikula2025-01-311-3/+3
* | | drm/i915/display: fix typos in i915/display filesNitin Gote2025-01-231-2/+2
* | | drm/i915/dp_mst: Use intel_display::platform.alderlake_p instead of IS_ALDERL...Imre Deak2025-01-221-2/+1