Re: [Mesa-dev] [PATCH 1/2] i965: require post sync operation prior to ISP disable

2018-05-08 Thread Kenneth Graunke
On Tuesday, May 8, 2018 10:09:29 AM PDT Lionel Landwerlin wrote: > Invalidating the indirect state pointers might affect a previously > scheduled & still running 3DPRIMITIVE (causing page fault). So stall > on pixel scoreboard before that. > > v2: Fix compile issue :( > > v3: Stall on pixel score

[Mesa-dev] [PATCH 1/2] i965: require post sync operation prior to ISP disable

2018-05-08 Thread Lionel Landwerlin
Invalidating the indirect state pointers might affect a previously scheduled & still running 3DPRIMITIVE (causing page fault). So stall on pixel scoreboard before that. v2: Fix compile issue :( v3: Stall on pixel scoreboard Signed-off-by: Lionel Landwerlin Fixes: ca19ee33d7d39 ("i965/gen10: Ign