Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-12-02 Thread Manasi Navare
Adding both Petri and Marius in CC. Regards Manasi On Mon, Nov 21, 2016 at 07:40:27PM -0800, Manasi Navare wrote: > This is the userspace component of the Displayport Compliance > testing software required for compliance testing of the I915 > Display Port driver. This must be running in order to

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-12-02 Thread Manasi Navare
Petri and Marius, could you please review this patch when you have time? This tool has been evolved through the DPR-120 compliance testing. It has been fully verified using DPR-120 and it addresses the comments and concerns that Marius had few months ago on the older version of this tool. Regards

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-12-02 Thread Manasi Navare
On Wed, Nov 23, 2016 at 03:59:52PM +0200, Jani Nikula wrote: > On Tue, 22 Nov 2016, Manasi Navare wrote: > > + > > +static void get_test_videopattern_data(void) > > +{ > > + int count = 0; > > + uint16_t video_pattern_value[3]; > > + char

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-11-23 Thread Jani Nikula
On Tue, 22 Nov 2016, Manasi Navare wrote: > + > +static void get_test_videopattern_data(void) > +{ > + int count = 0; > + uint16_t video_pattern_value[3]; > + char video_pattern_attribute[15]; > + > + if (!test_data_fp) > + fprintf(stderr,

[Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-11-21 Thread Manasi Navare
This is the userspace component of the Displayport Compliance testing software required for compliance testing of the I915 Display Port driver. This must be running in order to successfully complete Display Port compliance testing. This app and the kernel code that accompanies it has been written

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-05-19 Thread Manasi Navare
Thanks for reviewing, I have a few comments/queries as below: Manasi On Thu, May 19, 2016 at 06:40:45PM +0300, Marius Vlad wrote: > On Mon, May 16, 2016 at 05:50:40PM -0700, Manasi Navare wrote: > > This is the userspace component of the Displayport Compliance > > testing software required for

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-05-19 Thread Marius Vlad
On Mon, May 16, 2016 at 05:50:40PM -0700, Manasi Navare wrote: > This is the userspace component of the Displayport Compliance > testing software required for compliance testing of the I915 > Display Port driver. This must be running in order to successfully > complete Display Port compliance

[Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-05-16 Thread Manasi Navare
This is the userspace component of the Displayport Compliance testing software required for compliance testing of the I915 Display Port driver. This must be running in order to successfully complete Display Port compliance testing. This app and the kernel code that accompanies it has been written

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-05-06 Thread Marius Vlad
Pretty please, use a proper email client :-) On Thu, May 05, 2016 at 10:22:11PM +0300, Navare, Manasi D wrote: > > On Fri, Apr 29, 2016 at 06:13:33PM -0700, Manasi Navare wrote: > > This is the userspace component of the Displayport Compliance testing > > software required for compliance

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-05-05 Thread Navare, Manasi D
On Fri, Apr 29, 2016 at 06:13:33PM -0700, Manasi Navare wrote: > This is the userspace component of the Displayport Compliance testing > software required for compliance testing of the I915 Display Port > driver. This must be running in order to successfully complete Display > Port compliance

Re: [Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-05-03 Thread Marius Vlad
On Fri, Apr 29, 2016 at 06:13:33PM -0700, Manasi Navare wrote: > This is the userspace component of the Displayport Compliance > testing software required for compliance testing of the I915 > Display Port driver. This must be running in order to successfully > complete Display Port compliance

[Intel-gfx] [PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation

2016-04-29 Thread Manasi Navare
This is the userspace component of the Displayport Compliance testing software required for compliance testing of the I915 Display Port driver. This must be running in order to successfully complete Display Port compliance testing. This app and the kernel code that accompanies it has been written