diff --git a/.pick_status.json b/.pick_status.json index 3e4bedf18ac..0230b1b5b8f 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -74,7 +74,7 @@ "description": "panfrost: Add the BO containing fragment program descriptor to the batch", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "087b63cb07717e83ea606648f2551fc9586b9165", "notes": null diff --git a/src/gallium/drivers/panfrost/pan_cmdstream.c b/src/gallium/drivers/panfrost/pan_cmdstream.c index 2b3ce2275b4..3565588f113 100644 --- a/src/gallium/drivers/panfrost/pan_cmdstream.c +++ b/src/gallium/drivers/panfrost/pan_cmdstream.c @@ -622,6 +622,7 @@ panfrost_emit_frag_shader_meta(struct panfrost_batch *batch) struct panfrost_compiled_shader *ss = ctx->prog[PIPE_SHADER_FRAGMENT]; panfrost_batch_add_bo(batch, ss->bin.bo, PIPE_SHADER_FRAGMENT); + panfrost_batch_add_bo(batch, ss->state.bo, PIPE_SHADER_FRAGMENT); struct panfrost_ptr xfer;