Re: [Intel-gfx] [PATCH] drm/i915/dp: do not limit rate seek when not needed

2017-04-04 Thread Manasi Navare
The commit message looks good now. Reviewed-by: Manasi On Wed, Mar 29, 2017 at 12:23:10PM +0300, Jani Nikula wrote: > In link training fallback, we're trying to find a rate that we know is > in a sorted array of common link rates. We don't need to limit the array >

[Intel-gfx] [PATCH] drm/i915/dp: do not limit rate seek when not needed

2017-03-29 Thread Jani Nikula
In link training fallback, we're trying to find a rate that we know is in a sorted array of common link rates. We don't need to limit the array using the max rate. For test request, the DP CTS doesn't say we should limit the rate based on earlier fallback. This lets us get rid of