mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
anv: fix indentation
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31928>
This commit is contained in:
parent
f9e76e8ca6
commit
b5403a4e40
1 changed files with 11 additions and 11 deletions
|
|
@ -2547,17 +2547,17 @@ genX(batch_emit_pipe_control_write)(struct anv_batch *batch,
|
|||
}
|
||||
|
||||
if (trace_flush && batch->trace != NULL) {
|
||||
trace_intel_end_stall(batch->trace, bits,
|
||||
anv_pipe_flush_bit_to_ds_stall_flag,
|
||||
batch->pc_reasons[0],
|
||||
batch->pc_reasons[1],
|
||||
batch->pc_reasons[2],
|
||||
batch->pc_reasons[3]);
|
||||
batch->pc_reasons[0] = NULL;
|
||||
batch->pc_reasons[1] = NULL;
|
||||
batch->pc_reasons[2] = NULL;
|
||||
batch->pc_reasons[3] = NULL;
|
||||
batch->pc_reasons_count = 0;
|
||||
trace_intel_end_stall(batch->trace, bits,
|
||||
anv_pipe_flush_bit_to_ds_stall_flag,
|
||||
batch->pc_reasons[0],
|
||||
batch->pc_reasons[1],
|
||||
batch->pc_reasons[2],
|
||||
batch->pc_reasons[3]);
|
||||
batch->pc_reasons[0] = NULL;
|
||||
batch->pc_reasons[1] = NULL;
|
||||
batch->pc_reasons[2] = NULL;
|
||||
batch->pc_reasons[3] = NULL;
|
||||
batch->pc_reasons_count = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue