Re: [PATCH 5/6] drm: zynqmp_dp: Optionally ignore DPCD errors

2024-03-18 Thread Sean Anderson
On 3/18/24 13:47, Laurent Pinchart wrote: > Hi Sean, > > Thank you for the patch. > > On Fri, Mar 15, 2024 at 07:09:15PM -0400, Sean Anderson wrote: >> When testing, it's convenient to be able to ignore DPCD errors if there >> is test equipment which can't emulate a DPRX connected to the output.

Re: [PATCH 5/6] drm: zynqmp_dp: Optionally ignore DPCD errors

2024-03-18 Thread Laurent Pinchart
Hi Sean, Thank you for the patch. On Fri, Mar 15, 2024 at 07:09:15PM -0400, Sean Anderson wrote: > When testing, it's convenient to be able to ignore DPCD errors if there > is test equipment which can't emulate a DPRX connected to the output. > Add some (currently-unused) options to ignore these

[PATCH 5/6] drm: zynqmp_dp: Optionally ignore DPCD errors

2024-03-15 Thread Sean Anderson
When testing, it's convenient to be able to ignore DPCD errors if there is test equipment which can't emulate a DPRX connected to the output. Add some (currently-unused) options to ignore these errors and just reconfigure our internal registers as we usually would. Signed-off-by: Sean Anderson --