Re: [PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-10-30 Thread Tomi Valkeinen
Hi Sean, On 28/10/2024 17:04, Tomi Valkeinen wrote: Hi, On 25/10/2024 17:58, Sean Anderson wrote: Hi Tomi, On 10/3/24 10:53, Sean Anderson wrote: On 10/2/24 10:50, Tomi Valkeinen wrote: Hi, On 01/10/2024 21:31, Sean Anderson wrote: On 8/9/24 15:35, Sean Anderson wrote: This series cleans

Re: [PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-10-28 Thread Tomi Valkeinen
Hi, On 25/10/2024 17:58, Sean Anderson wrote: Hi Tomi, On 10/3/24 10:53, Sean Anderson wrote: On 10/2/24 10:50, Tomi Valkeinen wrote: Hi, On 01/10/2024 21:31, Sean Anderson wrote: On 8/9/24 15:35, Sean Anderson wrote: This series cleans up the zyqnmp_dp IRQ and locking situation. Once that

Re: [PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-10-25 Thread Sean Anderson
Hi Tomi, On 10/3/24 10:53, Sean Anderson wrote: > On 10/2/24 10:50, Tomi Valkeinen wrote: >> Hi, >> >> On 01/10/2024 21:31, Sean Anderson wrote: >>> On 8/9/24 15:35, Sean Anderson wrote: This series cleans up the zyqnmp_dp IRQ and locking situation. Once that's done, it adds debugfs sup

Re: [PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-10-03 Thread Sean Anderson
On 10/2/24 10:50, Tomi Valkeinen wrote: > Hi, > > On 01/10/2024 21:31, Sean Anderson wrote: >> On 8/9/24 15:35, Sean Anderson wrote: >>> This series cleans up the zyqnmp_dp IRQ and locking situation. Once >>> that's done, it adds debugfs support. The intent is to enable compliance >>> testing or t

Re: [PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-10-02 Thread Tomi Valkeinen
Hi, On 01/10/2024 21:31, Sean Anderson wrote: On 8/9/24 15:35, Sean Anderson wrote: This series cleans up the zyqnmp_dp IRQ and locking situation. Once that's done, it adds debugfs support. The intent is to enable compliance testing or to help debug signal-integrity issues. I think the patche

Re: [PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-10-01 Thread Sean Anderson
On 8/9/24 15:35, Sean Anderson wrote: > This series cleans up the zyqnmp_dp IRQ and locking situation. Once > that's done, it adds debugfs support. The intent is to enable compliance > testing or to help debug signal-integrity issues. > > Previously, I discussed converting the HPD work(s) to a thr

[PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support

2024-08-09 Thread Sean Anderson
This series cleans up the zyqnmp_dp IRQ and locking situation. Once that's done, it adds debugfs support. The intent is to enable compliance testing or to help debug signal-integrity issues. Previously, I discussed converting the HPD work(s) to a threaded IRQ. I did not end up doing that for this