Re: [PATCH] drm/i915/hdcp: Use correct cp_irq_count

2024-08-14 Thread Nautiyal, Ankit K
On 8/9/2024 5:11 PM, Suraj Kandpal wrote: We are checking cp_irq_count from the wrong hdcp structure which ends up giving timed out errors. We only increment the cp_irq_count of the primary connector's hdcp structure but here in case of multidisplay setup we end up checking the secondary connec

RE: [PATCH] drm/i915/hdcp: Use correct cp_irq_count

2024-08-09 Thread Kandpal, Suraj
> -Original Message- > From: Jani Nikula > Sent: Friday, August 9, 2024 1:51 PM > To: Kandpal, Suraj ; intel- > g...@lists.freedesktop.org > Cc: Nautiyal, Ankit K ; Kandpal, Suraj > > Subject: Re: [PATCH] drm/i915/hdcp: Use correct cp_irq_count > > On F

Re: [PATCH] drm/i915/hdcp: Use correct cp_irq_count

2024-08-09 Thread Jani Nikula
On Fri, 09 Aug 2024, Suraj Kandpal wrote: > We are checking cp_irq_count from the wrong hdcp structure which > ends up giving timed out errors. Extract it from the correct > intel_hdcp structure. The change in the referenced commit seems natural. Please explain *why* it's the wrong hdcp structure