RE: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-05-06 Thread Lin, Wayne
; Cc: dri-devel@lists.freedesktop.org; amd-...@lists.freedesktop.org > Subject: RE: [PATCH] WIP: drm/dp_mst: Add support for dumping topology > ref histories from debugfs > > Thank you Lyude! > > I just have a tentative patch set to deal with this. Would like to give a > test on >

RE: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-04-24 Thread Lin, Wayne
nal Message- > From: Lyude Paul > Sent: Thursday, April 21, 2022 7:01 AM > To: Lin, Wayne > Cc: dri-devel@lists.freedesktop.org; amd-...@lists.freedesktop.org > Subject: Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref > histories from debugfs > > Hey! F

Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-04-20 Thread Lyude Paul
; From: Lyude Paul > > Sent: Wednesday, March 16, 2022 8:48 AM > > To: Lin, Wayne > > Cc: dri-devel@lists.freedesktop.org; amd-...@lists.freedesktop.org > > Subject: Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref > > histories from debugfs > >

RE: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-03-16 Thread Lin, Wayne
[Public] > -Original Message- > From: Lyude Paul > Sent: Wednesday, March 16, 2022 8:48 AM > To: Lin, Wayne > Cc: dri-devel@lists.freedesktop.org; amd-...@lists.freedesktop.org > Subject: Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref > h

Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-03-15 Thread Lyude Paul
bug level (0x104 & 0x116) for > your reference. > > Please let me know if you can reproduce then : ) > > Sorry about that Lyude and hope this time I send to the right thread.. > Really appreciate for your help!!! > > Regards, > Wayne > > -Original Mes

RE: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-02-06 Thread Lin, Wayne
for your time! > -Original Message- > From: Lyude Paul > Sent: Thursday, February 3, 2022 4:12 AM > To: Lin, Wayne > Cc: dri-devel@lists.freedesktop.org > Subject: Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref > histories from debugfs > > JFYI

Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-02-02 Thread Lyude Paul
gt; > Sent: Wednesday, January 19, 2022 9:59 AM > > To: Lin, Wayne > > Cc: dri-devel@lists.freedesktop.org > > Subject: Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref > > histories from debugfs > > > > Hey - so, the original

RE: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-01-25 Thread Lin, Wayne
; Cc: dri-devel@lists.freedesktop.org > Subject: Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref > histories from debugfs > > Hey - so, the original issue here was that payloads were not always deleted > when we expected them to be - correct? Actually, what I was trying to

Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-01-18 Thread Lyude Paul
gt; > -   if (port->ddps && !port->input) > > > +       if (port->ddps && !port->input) { > > >     drm_dp_send_enum_path_resources(mgr, mstb, > > > port); > > > -   el

Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-01-18 Thread Lyude Paul
> peer_device_type; > > @@ -2557,11 +2565,15 @@ drm_dp_mst_handle_conn_stat(struct > > drm_dp_mst_branch > > *mstb, > >     dowork = false; > >     } > > > > +       if (notify_unplug_event && mgr->cbs->notify_csn_disconnection) >

Re: [PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs

2022-01-12 Thread Lyude Paul
;  #define DP_MAX_PAYLOAD (sizeof(unsigned long) * 8) > -- > 2.31.0 > > > -Original Message- > > From: Lin, Wayne > > Sent: Wednesday, December 8, 2021 11:39 AM > > To: 'Lyude Paul' > > Subject: RE: [PATCH] WIP: drm/dp_mst: Add support fo