Re: [Intel-gfx] [PATCH] [RFC i-g-t] Test Design to verify mipi enable/disable sequence.

2017-01-11 Thread Daniel Vetter
On Mon, Jan 09, 2017 at 11:00:02AM +0200, Jani Nikula wrote: > On Sat, 07 Jan 2017, Yadav Jyoti wrote: > > From: Jenkins Val > > > > This place here is for the commit message, where you should explain > *why* we need this change. > > Where do you get the XML file? Do you write it manually? How

Re: [Intel-gfx] [PATCH] [RFC i-g-t] Test Design to verify mipi enable/disable sequence.

2017-01-09 Thread Jani Nikula
On Mon, 09 Jan 2017, "Yadav, Jyoti R" wrote: > Hi Jani, > > Thanks for finding time to review the patch. Please find my comments inline. Please try to use the usual reply quoting style of the mailist lists. > -Original Message- > From: Nikula, Jani > Sent: Monday, January 9, 2017 2:30 P

Re: [Intel-gfx] [PATCH] [RFC i-g-t] Test Design to verify mipi enable/disable sequence.

2017-01-09 Thread Yadav, Jyoti R
Hi Jani, Thanks for finding time to review the patch. Please find my comments inline. Regards Jyoti -Original Message- From: Nikula, Jani Sent: Monday, January 9, 2017 2:30 PM To: Yadav, Jyoti R ; intel-gfx@lists.freedesktop.org Cc: Kahola, Mika ; Syrjala, Ville ; mi-jenkins-ci Subjec

Re: [Intel-gfx] [PATCH] [RFC i-g-t] Test Design to verify mipi enable/disable sequence.

2017-01-09 Thread Jani Nikula
On Sat, 07 Jan 2017, Yadav Jyoti wrote: > From: Jenkins Val > This place here is for the commit message, where you should explain *why* we need this change. Where do you get the XML file? Do you write it manually? How do you manage them? The kernel will execute the sequences from the VBT, not f

[Intel-gfx] [PATCH] [RFC i-g-t] Test Design to verify mipi enable/disable sequence.

2017-01-07 Thread Yadav Jyoti
From: Jenkins Val Signed-off-by: Jyoti Yadav --- tests/Makefile.am | 3 +- tests/Makefile.sources | 1 + tests/mipi_sequence_verification.c | 201 + 3 files changed, 204 insertions(+), 1 deletion(-) create mode 100644 tests/m