Re: [Intel-gfx] [PATCH] drm/i915/display: Increase AUX timeout for Type-C

2023-04-03 Thread Kandpal, Suraj
> -Original Message- > From: Murthy, Arun R > Sent: Monday, April 3, 2023 8:28 PM > To: Kandpal, Suraj ; intel- > g...@lists.freedesktop.org > Cc: Sharma, Swati2 > Subject: RE: [PATCH] drm/i915/display: Increase AUX timeout for Type-C > > > -Original Message- > > From:

Re: [Intel-gfx] [PATCH] drm/i915/display: Increase AUX timeout for Type-C

2023-04-03 Thread Murthy, Arun R
> -Original Message- > From: Kandpal, Suraj > Sent: Monday, April 3, 2023 1:32 PM > To: intel-gfx@lists.freedesktop.org > Cc: Murthy, Arun R ; Sharma, Swati2 > ; Kandpal, Suraj > Subject: [PATCH] drm/i915/display: Increase AUX timeout for Type-C > > Type-C PHYs are taking longer than

Re: [Intel-gfx] [PATCH] drm/i915/display: Increase AUX timeout for Type-C

2023-04-03 Thread Nautiyal, Ankit K
Hi Suraj, Thanks for the patch, please find my comments inline: On 4/3/2023 1:31 PM, Suraj Kandpal wrote: Type-C PHYs are taking longer than expected for Aux IO Power Enabling. Workaround: Increase the timeout. WA: 14017271110 Lets use Wa_ as per convention. Also I am wondering if we

[Intel-gfx] [PATCH] drm/i915/display: Increase AUX timeout for Type-C

2023-04-03 Thread Suraj Kandpal
Type-C PHYs are taking longer than expected for Aux IO Power Enabling. Workaround: Increase the timeout. WA: 14017271110 Bspec: 55480 Signed-off-by: Suraj Kandpal --- .../drm/i915/display/intel_display_power_well.c | 15 +++ 1 file changed, 15 insertions(+) diff --git