index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dp_mst.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-82
/
+56
2025-05-13
drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST
Imre Deak
1
-2
/
+3
2025-05-09
drm/i915/dp: Fix determining SST/MST mode during MTP TU state computation
Imre Deak
1
-1
/
+1
2025-04-30
drm/i915/display: move min_hblank from dp_mst.c to dp.c
Arun R Murthy
1
-51
/
+5
2025-04-22
drm/i915/display: drop lots of unnecessary #include i915_drv.h
Jani Nikula
1
-1
/
+3
2025-04-07
drm/i915/dp_mst: Rename intel_dp::mst.active_links to mst.active_streams
Imre Deak
1
-6
/
+6
2025-04-07
drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding it
Imre Deak
1
-4
/
+4
2025-04-07
drm/i915/dp_mst: Rename intel_dp_mst_encoder_active_links() to intel_dp_mst_active_streams()
Imre Deak
1
-6
/
+5
2025-04-07
drm/i915/dp_mst: Add intel_dp_mst_{inc, dec}_active_streams()
Imre Deak
1
-16
/
+27
2025-04-07
drm/i915/dp: Rename intel_dp::link_trained to link.active
Imre Deak
1
-2
/
+2
2025-03-25
drm/i915/display: Use fixed_rr timings in modeset sequence
Ankit Nautiyal
1
-0
/
+4
2025-03-25
drm/i915/dp_mst: Use VRR Timing generator for DP MST for fixed_rr
Ankit Nautiyal
1
-0
/
+3
2025-03-03
drm/i915/mst: add mst sub-struct to struct intel_connector
Jani Nikula
1
-36
/
+36
2025-03-03
drm/i915/mst: add mst sub-struct to struct intel_dp
Jani Nikula
1
-47
/
+47
2025-02-28
Merge drm/drm-next into drm-intel-next
Jani Nikula
1
-1
/
+1
2025-02-27
drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch]
Jani Nikula
1
-0
/
+1
2025-02-27
drm/i915/mst: update max stream count to match number of pipes
Jani Nikula
1
-1
/
+2
2025-02-27
Merge tag 'drm-intel-next-2025-02-24' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
1
-181
/
+210
2025-02-15
drm/i915: Always initialize connector->modeset_retry_work
Ville Syrjälä
1
-2
/
+0
2025-02-15
drm/i915: Move modeset_retry stuff into intel_connector.c
Ville Syrjälä
1
-1
/
+1
2025-02-14
Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-1
/
+1
2025-02-13
drm/i915/display: convert intel_mode_valid_max_plane_size() to intel_display
Jani Nikula
1
-2
/
+1
2025-02-13
drm/i915/display: convert intel_cpu_transcoder_mode_valid() to intel_display
Jani Nikula
1
-1
/
+1
2025-02-07
drm/i915/dp_mst: Fix disabling the minimum HBlank time
Imre Deak
1
-1
/
+2
2025-02-06
drm/i915/dp_mst: Fix getting display pointer in intel_dp_mst_compute_min_hblank()
Imre Deak
1
-4
/
+2
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-457
/
+450
2025-02-05
drm/i915/dp: Fix potential infinite loop in 128b/132b SST
Jani Nikula
1
-0
/
+4
2025-02-05
drm/i915/dp: Fix potential infinite loop in 128b/132b SST
Jani Nikula
1
-0
/
+4
2025-02-05
drm/i915/mst: fix INT_MAX to .4 fixed point conversion mistake
Jani Nikula
1
-2
/
+2
2025-02-05
drm/i915/dp: Guarantee a minimum HBlank time
Arun R Murthy
1
-1
/
+52
2025-02-03
drm/i915/mst: Convert intel_dp_mtp_tu_compute_config() to .4 format
Jani Nikula
1
-22
/
+30
2025-02-03
drm/i915/dp: Drop compute_pipe_bpp parameter from intel_dp_dsc_compute_config()
Jani Nikula
1
-1
/
+1
2025-01-31
drm/i915/mst: use min_array() and max_array() instead of hand-rolling
Jani Nikula
1
-10
/
+3
2025-01-31
drm/i915/mst: remove unnecessary mst_stream_find_vcpi_slots_for_bpp()
Jani Nikula
1
-17
/
+6
2025-01-31
drm/i915/mst: handle mst pbn_div in intel_dp_mtp_tu_compute_config()
Jani Nikula
1
-17
/
+14
2025-01-31
drm/i915/mst: change where lane_count and port_clock are set
Jani Nikula
1
-6
/
+7
2025-01-31
drm/i915/dp: change the order of intel_dp_mtp_tu_compute_config() params
Jani Nikula
1
-5
/
+3
2025-01-31
drm/i915/dp: constify struct link_config_limits pointers
Jani Nikula
1
-3
/
+3
2025-01-23
drm/i915/display: fix typos in i915/display files
Nitin Gote
1
-2
/
+2
2025-01-22
drm/i915/dp_mst: Use intel_display::platform.alderlake_p instead of IS_ALDERLAKE_P()
Imre Deak
1
-2
/
+1
2025-01-22
drm/i915/dp_mst: Simplify getting a drm_device pointer needed by to_i915()
Imre Deak
1
-3
/
+3
2025-01-22
drm/i915/dp_mst: Simplify using to_intel_display() passing it an intel_connector pointer
Imre Deak
1
-3
/
+3
2025-01-22
drm/i915/dp_mst: Use intel_connector vs. drm_connector pointer in intel_dp_mst.c
Imre Deak
1
-92
/
+88
2025-01-22
drm/i915/dp_mst: Fix error handling while adding a connector
Imre Deak
1
-8
/
+9
2025-01-07
drm/i915/mst: adapt intel_dp_mtp_tu_compute_config() for 128b/132b SST
Jani Nikula
1
-48
/
+61
2025-01-07
drm/i915/mst: split out a helper for figuring out the TU
Jani Nikula
1
-18
/
+35
2025-01-07
drm/i915/mst: remove crtc_state->pbn
Jani Nikula
1
-2
/
+1
2025-01-07
drm/i915/mst: change return value of mst_stream_find_vcpi_slots_for_bpp()
Jani Nikula
1
-34
/
+18
2025-01-07
drm/i915/mst: drop connector parameter from intel_dp_mst_compute_m_n()
Jani Nikula
1
-2
/
+1
2025-01-07
drm/i915/mst: drop connector parameter from intel_dp_mst_bw_overhead()
Jani Nikula
1
-3
/
+2
[next]