All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix observed mst problems with StarTech hub
@ 2021-05-28 13:55 Wayne Lin
  2021-05-28 13:55 ` [PATCH 1/2] drm/dp_mst: Do not set proposed vcpi directly Wayne Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wayne Lin @ 2021-05-28 13:55 UTC (permalink / raw)
  To: dri-devel; +Cc: jerry.zuo, aurabindo.pillai, Wayne Lin, Nicholas.Kazlauskas

Use Startech 1to3 DP hub to do some mst hotplug tests and find some
light up issues.

1. ACT polling timeout:
   Which is due to we didn't update DPCD payload table but still try
   to send ACT and polling for "ACT Handled" bit
2. Not all monitors light up:
   Due to we wrongly set unavailable VCP ID for new streams

Wayne Lin (2):
  drm/dp_mst: Do not set proposed vcpi directly
  drm/dp_mst: Avoid to mess up payload table by ports in stale topology

 drivers/gpu/drm/drm_dp_mst_topology.c | 65 ++++++++++++++++-----------
 1 file changed, 39 insertions(+), 26 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-06-16  3:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 13:55 [PATCH 0/2] Fix observed mst problems with StarTech hub Wayne Lin
2021-05-28 13:55 ` [PATCH 1/2] drm/dp_mst: Do not set proposed vcpi directly Wayne Lin
2021-05-28 13:55 ` [PATCH 2/2] drm/dp_mst: Avoid to mess up payload table by ports in stale topology Wayne Lin
2021-06-15 19:44   ` Lyude Paul
2021-06-16  3:48     ` Lin, Wayne
2021-06-11 22:43 ` [PATCH 0/2] Fix observed mst problems with StarTech hub Lyude Paul
2021-06-15  4:38   ` Lin, Wayne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.