Re: [Intel-gfx] [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction

2018-08-21 Thread Srivatsa, Anusha
>-Original Message- >From: Navare, Manasi D >Sent: Monday, August 20, 2018 12:32 PM >To: Jani Nikula >Cc: Srivatsa, Anusha ; intel- >g...@lists.freedesktop.org; Ville Syrjala >Subject: Re: [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction > >Hi Jani, > >Thanks for your fee

Re: [Intel-gfx] [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction

2018-08-21 Thread Srivatsa, Anusha
>-Original Message- >From: Navare, Manasi D >Sent: Monday, August 20, 2018 12:32 PM >To: Jani Nikula >Cc: Srivatsa, Anusha ; intel- >g...@lists.freedesktop.org; Ville Syrjala >Subject: Re: [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction > >Hi Jani, > >Thanks for your fee

Re: [Intel-gfx] [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction

2018-08-20 Thread Manasi Navare
Hi Jani, Thanks for your feedback. Please see my comments below: On Fri, Aug 17, 2018 at 12:51:03PM +0300, Jani Nikula wrote: > On Tue, 07 Aug 2018, Anusha Srivatsa wrote: > > From: "Srivatsa, Anusha" > > > > DP 1.4 has Forward Error Correction Support(FEC). > > Add helper function to check if

Re: [Intel-gfx] [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction

2018-08-17 Thread Jani Nikula
On Tue, 07 Aug 2018, Anusha Srivatsa wrote: > From: "Srivatsa, Anusha" > > DP 1.4 has Forward Error Correction Support(FEC). > Add helper function to check if the sink device > supports FEC. > > v2: Separate the helper and the code that uses the helper into > two separate patches. (Manasi) > > v3

[Intel-gfx] [PATCH 1/5] drm/dp/fec: DRM helper for Forward Error Correction

2018-08-07 Thread Anusha Srivatsa
From: "Srivatsa, Anusha" DP 1.4 has Forward Error Correction Support(FEC). Add helper function to check if the sink device supports FEC. v2: Separate the helper and the code that uses the helper into two separate patches. (Manasi) v3: - Move the code to drm_dp_helper.c (Manasi) - change the ret