[Intel-gfx] [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests as basic

2015-08-13 Thread Jesse Barnes
These always need to pass for basic PM functionality. Signed-off-by: Jesse Barnes --- tests/pm_rpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c index d509fa8..7ae5806 100644 --- a/tests/pm_rpm.c +++ b/tests/pm_rpm.c @@ -1832,11 +1832,1

Re: [Intel-gfx] [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests as basic

2015-08-14 Thread Daniel Vetter
On Thu, Aug 13, 2015 at 01:31:38PM -0700, Jesse Barnes wrote: > These always need to pass for basic PM functionality. > > Signed-off-by: Jesse Barnes > --- > tests/pm_rpm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c > index d509f

Re: [Intel-gfx] [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests as basic

2015-08-14 Thread Paulo Zanoni
2015-08-14 9:50 GMT-03:00 Daniel Vetter : > On Thu, Aug 13, 2015 at 01:31:38PM -0700, Jesse Barnes wrote: >> These always need to pass for basic PM functionality. >> >> Signed-off-by: Jesse Barnes >> --- >> tests/pm_rpm.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --g

Re: [Intel-gfx] [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests as basic

2015-08-14 Thread Jesse Barnes
On 08/14/2015 05:50 AM, Daniel Vetter wrote: > On Thu, Aug 13, 2015 at 01:31:38PM -0700, Jesse Barnes wrote: >> These always need to pass for basic PM functionality. >> >> Signed-off-by: Jesse Barnes >> --- >> tests/pm_rpm.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff

Re: [Intel-gfx] [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests as basic

2015-08-14 Thread Daniel Vetter
On Fri, Aug 14, 2015 at 08:48:42AM -0700, Jesse Barnes wrote: > On 08/14/2015 05:50 AM, Daniel Vetter wrote: > > On Thu, Aug 13, 2015 at 01:31:38PM -0700, Jesse Barnes wrote: > >> These always need to pass for basic PM functionality. > >> > >> Signed-off-by: Jesse Barnes > >> --- > >> tests/pm_rp