commit | 0f60aa4037dfb6aa86d5b9524fe649f13b2b8825 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Fri Dec 06 18:26:59 2019 -0600 |
committer | Jason Ekstrand <jason@jlekstrand.net> | Sat Dec 07 04:03:35 2019 +0000 |
tree | e965d7c301959714404005166153a5a9b663511c | |
parent | bce1c3c668223254c4cb4ba4e83aed8c3e22b469 [diff] |
anv: Re-emit all compute state on pipeline switch It's a very odd case to hit in the real world. However, there are some CTS tests which switch back and forth between dispatch and clear without changing the pipeline. Fixes: bc612536eb2f "anv: Emit a dummy MEDIA_VFE_STATE before switching..." Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>