Re: [Intel-gfx] [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation

2019-10-24 Thread Animesh Manna
On 10/22/2019 11:10 PM, Manasi Navare wrote: On Tue, Oct 22, 2019 at 07:34:13PM +0530, Animesh Manna wrote: On 10/22/2019 4:27 AM, Manasi Navare wrote: On Thu, Oct 03, 2019 at 08:36:49PM +0530, Animesh Manna wrote: vswing/pre-emphasis adjustment calculation is needed in processing of auto phy

Re: [Intel-gfx] [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation

2019-10-22 Thread Manasi Navare
On Tue, Oct 22, 2019 at 07:34:13PM +0530, Animesh Manna wrote: > > On 10/22/2019 4:27 AM, Manasi Navare wrote: > >On Thu, Oct 03, 2019 at 08:36:49PM +0530, Animesh Manna wrote: > >>vswing/pre-emphasis adjustment calculation is needed in processing > >>of auto phy compliance request other than

Re: [Intel-gfx] [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation

2019-10-22 Thread Animesh Manna
On 10/22/2019 4:27 AM, Manasi Navare wrote: On Thu, Oct 03, 2019 at 08:36:49PM +0530, Animesh Manna wrote: vswing/pre-emphasis adjustment calculation is needed in processing of auto phy compliance request other than link training, so moved the same function in intel_dp.c. No functional

Re: [Intel-gfx] [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation

2019-10-21 Thread Manasi Navare
On Thu, Oct 03, 2019 at 08:36:49PM +0530, Animesh Manna wrote: > vswing/pre-emphasis adjustment calculation is needed in processing > of auto phy compliance request other than link training, so moved > the same function in intel_dp.c. > > No functional change. You could just make it a non static

[Intel-gfx] [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation

2019-10-03 Thread Animesh Manna
vswing/pre-emphasis adjustment calculation is needed in processing of auto phy compliance request other than link training, so moved the same function in intel_dp.c. No functional change. Signed-off-by: Animesh Manna --- drivers/gpu/drm/i915/display/intel_dp.c | 32 +++