pvr: Remove outdated finishme

The color attachment load is being handled just below the finishme.

Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23619>
This commit is contained in:
Karmjit Mahil 2023-06-13 11:46:20 +01:00 committed by Marge Bot
parent 10c0c68f47
commit 4eb9d22b9e

View file

@ -7518,8 +7518,6 @@ pvr_cmd_buffer_insert_mid_frag_barrier_event(struct pvr_cmd_buffer *cmd_buffer,
pvr_cmd_buffer_end_sub_cmd(cmd_buffer);
pvr_cmd_buffer_start_sub_cmd(cmd_buffer, PVR_SUB_CMD_TYPE_GRAPHICS);
pvr_finishme("Handle mid frag barrier color attachment load.");
/* Use existing render setup, but load color attachments from HW BGOBJ */
cmd_buffer->state.current_sub_cmd->gfx.barrier_load = true;
cmd_buffer->state.current_sub_cmd->gfx.barrier_store = false;