[Intel-gfx] [PATCH] drm/i915/gen9: Send all components in VF state

2017-08-10 Thread Mika Kuoppala
Update gen9 renderstate to account the, long overdue, changes for igt commit 5c07135b7bd2 ("tools/null_state/gen9: Send all components in VF state"). Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/intel_renderstate_gen9.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

Re: [Intel-gfx] [PATCH] drm/i915/gen9: Send all components in VF state

2017-08-10 Thread Chris Wilson
Quoting Mika Kuoppala (2017-08-10 12:04:51) > Update gen9 renderstate to account the, long overdue, changes for > igt commit 5c07135b7bd2 ("tools/null_state/gen9: Send all > components in VF state"). > > Signed-off-by: Mika Kuoppala Does what it says on the tin, Reviewed-by: Chris Wilson -Chris

Re: [Intel-gfx] [PATCH] drm/i915/gen9: Send all components in VF state

2017-08-14 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Mika Kuoppala (2017-08-10 12:04:51) >> Update gen9 renderstate to account the, long overdue, changes for >> igt commit 5c07135b7bd2 ("tools/null_state/gen9: Send all >> components in VF state"). >> >> Signed-off-by: Mika Kuoppala > > Does what it says on the tin,