broadcom/vc5: Fix per-tile extra clear packet.

I accidentally emitted this into the RCL instead of the per-tile generic
list, so we wouldn't get tiles after the first cleared.
This commit is contained in:
Eric Anholt 2018-01-09 14:59:19 -08:00
parent f13fe510d1
commit 80c84241af
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ vc5_rcl_emit_stores(struct vc5_job *job, struct vc5_cl *cl)
* MSAA color clears, then we need to clear the color buffers
* now.
*/
cl_emit(&job->rcl, STORE_TILE_BUFFER_GENERAL, store) {
cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) {
store.buffer_to_store = NONE;
}
}