Re: [Intel-gfx] [PATCH IGT v2 5/6] tests/kms_frontbuffer_tracking: Fix multidraw subtest

2017-07-07 Thread Paulo Zanoni
Em Sex, 2017-06-30 às 12:12 -0700, Jim Bride escreveu: > The multidraw subtest was not taking whether or not the GEM buffer > had > ever been in write-combining mode when checking for PSR state, so fix > that. Reviewed-by: Paulo Zanoni > > Signed-off-by: Jim Bride > --- >  tests/kms_frontbuffe

Re: [Intel-gfx] [PATCH IGT v2 5/6] tests/kms_frontbuffer_tracking: Fix multidraw subtest

2017-06-30 Thread Rodrigo Vivi
cc: Paulo Zanoni... On Fri, Jun 30, 2017 at 12:12 PM, Jim Bride wrote: > The multidraw subtest was not taking whether or not the GEM buffer had > ever been in write-combining mode when checking for PSR state, so fix > that. > > Signed-off-by: Jim Bride > --- > tests/kms_frontbuffer_tracking.c |

[Intel-gfx] [PATCH IGT v2 5/6] tests/kms_frontbuffer_tracking: Fix multidraw subtest

2017-06-30 Thread Jim Bride
The multidraw subtest was not taking whether or not the GEM buffer had ever been in write-combining mode when checking for PSR state, so fix that. Signed-off-by: Jim Bride --- tests/kms_frontbuffer_tracking.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/kms_frontbu