Re: [PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-24 Thread Jani Nikula
On Sat, 21 Jan 2017, Manasi Navare wrote: > v4: > * Remove redundant single bit defs (Jani Nikula) > v3: > * Fix the conventions in bit definitions (Jani Nikula) > v2: > * Add all the other DP Complianec TEST register defs (Jani Nikula) > Cc: dri-devel@lists.freedesktop.org > Cc: Jani Nikula > Cc

[PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-20 Thread Manasi Navare
v4: * Remove redundant single bit defs (Jani Nikula) v3: * Fix the conventions in bit definitions (Jani Nikula) v2: * Add all the other DP Complianec TEST register defs (Jani Nikula) Cc: dri-devel@lists.freedesktop.org Cc: Jani Nikula Cc: Daniel Vetter Cc: Ville Syrjala Signed-off-by: Manasi Nav

Re: [PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-20 Thread Jani Nikula
On Fri, 20 Jan 2017, Manasi Navare wrote: > On Fri, Jan 20, 2017 at 05:33:51PM +0200, Jani Nikula wrote: >> On Fri, 20 Jan 2017, Manasi Navare wrote: >> > v3: >> > * Fix the conventions in bit definitions (Jani Nikula) >> > v2: >> > * Add all the other DP Complianec TEST register defs (Jani Nikul

Re: [PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-20 Thread Manasi Navare
On Fri, Jan 20, 2017 at 05:33:51PM +0200, Jani Nikula wrote: > On Fri, 20 Jan 2017, Manasi Navare wrote: > > v3: > > * Fix the conventions in bit definitions (Jani Nikula) > > v2: > > * Add all the other DP Complianec TEST register defs (Jani Nikula) > > Cc: dri-devel@lists.freedesktop.org > > Cc:

Re: [PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-20 Thread Jani Nikula
On Fri, 20 Jan 2017, Manasi Navare wrote: > v3: > * Fix the conventions in bit definitions (Jani Nikula) > v2: > * Add all the other DP Complianec TEST register defs (Jani Nikula) > Cc: dri-devel@lists.freedesktop.org > Cc: Jani Nikula > Cc: Daniel Vetter > Cc: Ville Syrjala > Signed-off-by: Ma

[PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-19 Thread Manasi Navare
v3: * Fix the conventions in bit definitions (Jani Nikula) v2: * Add all the other DP Complianec TEST register defs (Jani Nikula) Cc: dri-devel@lists.freedesktop.org Cc: Jani Nikula Cc: Daniel Vetter Cc: Ville Syrjala Signed-off-by: Manasi Navare --- include/drm/drm_dp_helper.h | 64 ++

Re: [PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-19 Thread Jani Nikula
On Wed, 18 Jan 2017, Manasi Navare wrote: > v2: > * Add all the other DP Complianec TEST register defs (Jani Nikula) > Cc: dri-devel@lists.freedesktop.org > Cc: Jani Nikula > Cc: Daniel Vetter > Cc: Ville Syrjala > Signed-off-by: Manasi Navare > --- > include/drm/drm_dp_helper.h | 58 > +

Re: [PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-18 Thread Manasi Navare
Hi Jani, I have added all the video pattern definitions from CTS spec following the definition conventions used around this file. This addresses all the review comments from you, is there anything else that is blocking this patch from getting merged? Could you please review this patch? Regards M

[PATCH 3/4] drm: Add definitions for DP compliance Video pattern tests

2017-01-17 Thread Manasi Navare
v2: * Add all the other DP Complianec TEST register defs (Jani Nikula) Cc: dri-devel@lists.freedesktop.org Cc: Jani Nikula Cc: Daniel Vetter Cc: Ville Syrjala Signed-off-by: Manasi Navare --- include/drm/drm_dp_helper.h | 58 + 1 file changed, 58 ins