Linux USB
 help / color / mirror / Atom feed
* [PATCH 00/12] thunderbolt: Improve DisplayPort tunneling
@ 2024-12-17  8:22 Mika Westerberg
  2024-12-17  8:22 ` [PATCH 01/12] thunderbolt: Drop doubled empty line from ctl.h Mika Westerberg
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Mika Westerberg @ 2024-12-17  8:22 UTC (permalink / raw)
  To: linux-usb
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	Mika Westerberg

Hi all,

This series provides cleanups and few improvements for DisplayPort
tunneling. First of all we increase the DPRX capabilites read timeout to
cope with the fact that graphics driver may be runtime suspended. Secondly
we move the DPRX negotiation to happen in a separate worker to allow
forward progress even if the graphics driver is not yet loaded (this is
kind if rare case but common in Intel Graphics CI).

Mika Westerberg (12):
  thunderbolt: Drop doubled empty line from ctl.h
  thunderbolt: Log config space when invalid config space reply is received
  thunderbolt: Debug log an invalid config space reply just once
  thunderbolt: Increase DPRX capabilities read timeout
  thunderbolt: Make tb_tunnel_one_dp() return void
  thunderbolt: Show path name in debug log when path is deactivated
  thunderbolt: Rework how tunnel->[init|deinit] hooks are called
  thunderbolt: Drop tb_tunnel_restart()
  thunderbolt: Pass reason to tb_dp_resource_unavailable()
  thunderbolt: Move forward declarations in one place
  thunderbolt: Rework tb_tunnel_consumed_bandwidth()
  thunderbolt: Handle DisplayPort tunnel activation asynchronously

 drivers/thunderbolt/ctl.c    |  11 +-
 drivers/thunderbolt/ctl.h    |   1 -
 drivers/thunderbolt/path.c   |   4 +-
 drivers/thunderbolt/tb.c     | 196 ++++++++++++-----
 drivers/thunderbolt/test.c   |  90 ++++----
 drivers/thunderbolt/tunnel.c | 406 +++++++++++++++++++++--------------
 drivers/thunderbolt/tunnel.h |  61 +++++-
 7 files changed, 494 insertions(+), 275 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-01-03  9:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17  8:22 [PATCH 00/12] thunderbolt: Improve DisplayPort tunneling Mika Westerberg
2024-12-17  8:22 ` [PATCH 01/12] thunderbolt: Drop doubled empty line from ctl.h Mika Westerberg
2024-12-17  8:22 ` [PATCH 02/12] thunderbolt: Log config space when invalid config space reply is received Mika Westerberg
2024-12-17  8:22 ` [PATCH 03/12] thunderbolt: Debug log an invalid config space reply just once Mika Westerberg
2024-12-17  8:22 ` [PATCH 04/12] thunderbolt: Increase DPRX capabilities read timeout Mika Westerberg
2024-12-17  8:22 ` [PATCH 05/12] thunderbolt: Make tb_tunnel_one_dp() return void Mika Westerberg
2024-12-17  8:22 ` [PATCH 06/12] thunderbolt: Show path name in debug log when path is deactivated Mika Westerberg
2024-12-17  8:22 ` [PATCH 07/12] thunderbolt: Rework how tunnel->[init|deinit] hooks are called Mika Westerberg
2024-12-17  8:22 ` [PATCH 08/12] thunderbolt: Drop tb_tunnel_restart() Mika Westerberg
2024-12-17  8:22 ` [PATCH 09/12] thunderbolt: Pass reason to tb_dp_resource_unavailable() Mika Westerberg
2024-12-17  8:22 ` [PATCH 10/12] thunderbolt: Move forward declarations in one place Mika Westerberg
2024-12-17  8:22 ` [PATCH 11/12] thunderbolt: Rework tb_tunnel_consumed_bandwidth() Mika Westerberg
2024-12-17  8:22 ` [PATCH 12/12] thunderbolt: Handle DisplayPort tunnel activation asynchronously Mika Westerberg
2024-12-19 17:03   ` Lukas Wunner
2024-12-19 17:29     ` Mika Westerberg
2025-01-03  9:56 ` [PATCH 00/12] thunderbolt: Improve DisplayPort tunneling Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox