anv: formatting fix when printing pipe controls

Fixes: abc4111 ('anv: pass steam output as argument for anv_dump_pipe_bits')
Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28931>
(cherry picked from commit b406759479)
This commit is contained in:
Rohan Garg 2024-04-25 15:20:07 +02:00 committed by Eric Engestrom
parent b13f4897e5
commit 8197d55180
2 changed files with 2 additions and 2 deletions

View file

@ -1974,7 +1974,7 @@
"description": "anv: formatting fix when printing pipe controls",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "abc4111d19761d51599330a1b13be718d0255600",
"notes": null

View file

@ -89,7 +89,7 @@ anv_dump_pipe_bits(enum anv_pipe_bits bits, FILE *f)
bits & ANV_PIPE_END_OF_PIPE_SYNC_BIT)
fputs("+cs_stall ", f);
if (bits & ANV_PIPE_UNTYPED_DATAPORT_CACHE_FLUSH_BIT)
fputs("+utdp_flush", f);
fputs("+utdp_flush ", f);
if (bits & ANV_PIPE_CCS_CACHE_FLUSH_BIT)
fputs("+ccs_flush ", f);
}