Re: [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit

2020-12-03 Thread Nautiyal, Ankit K
On 11/25/2020 12:56 PM, Manasi Navare wrote: The Bspec does not mention polling the FEC Enable Live status bit. That is only there for debug purposes. So remove the polling from driver. Cc: Ankit Nautiyal Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/display/intel_ddi.c | 6 --

[Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit

2020-11-24 Thread Manasi Navare
The Bspec does not mention polling the FEC Enable Live status bit. That is only there for debug purposes. So remove the polling from driver. Cc: Ankit Nautiyal Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/display/intel_ddi.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/driv