Re: [Intel-gfx] [v3 2/7] drm/dp/fec: DRM helper for Forward Error Correction

2018-10-29 Thread Manasi Navare
On Thu, Oct 25, 2018 at 09:49:38PM -0700, Anusha Srivatsa wrote: > 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: > - Mo

[Intel-gfx] [v3 2/7] drm/dp/fec: DRM helper for Forward Error Correction

2018-10-25 Thread Anusha Srivatsa
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 return type, code style change