mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
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 commitb406759479)
This commit is contained in:
parent
b13f4897e5
commit
8197d55180
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue