Re: [Intel-gfx] [RFC 1/6] drm/dp: get/set phy compliance pattern.

2019-11-05 Thread Manasi Navare
On Thu, Oct 03, 2019 at 08:36:48PM +0530, Animesh Manna wrote: > During phy complaince auto test mode source need to read > requested test pattern from sink through DPCD. After processing > the request source need to set the pattern. So set/get method > added in drm layer as it is DP protocol. >

Re: [Intel-gfx] [RFC 1/6] drm/dp: get/set phy compliance pattern.

2019-10-22 Thread Animesh Manna
On 10/22/2019 4:57 AM, Manasi Navare wrote: On Thu, Oct 03, 2019 at 08:36:48PM +0530, Animesh Manna wrote: During phy complaince auto test mode source need to read requested test pattern from sink through DPCD. After processing the request source need to set the pattern. So set/get method

Re: [Intel-gfx] [RFC 1/6] drm/dp: get/set phy compliance pattern.

2019-10-21 Thread Manasi Navare
On Thu, Oct 03, 2019 at 08:36:48PM +0530, Animesh Manna wrote: > During phy complaince auto test mode source need to read > requested test pattern from sink through DPCD. After processing > the request source need to set the pattern. So set/get method > added in drm layer as it is DP protocol. >

[Intel-gfx] [RFC 1/6] drm/dp: get/set phy compliance pattern.

2019-10-03 Thread Animesh Manna
During phy complaince auto test mode source need to read requested test pattern from sink through DPCD. After processing the request source need to set the pattern. So set/get method added in drm layer as it is DP protocol. Signed-off-by: Animesh Manna --- drivers/gpu/drm/drm_dp_helper.c | 77