anv: fix utrace compute walker timestamp captures

The output of the POSTSYNC_DATA has to be 32-byte aligned.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 521c216efc ("anv: use COMPUTE_WALKER post sync field to track compute work")
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29438>
(cherry picked from commit 1511b25b0f)
This commit is contained in:
Lionel Landwerlin 2024-05-27 22:04:13 +03:00 committed by Eric Engestrom
parent fbdf6424a7
commit 985fff6c40
2 changed files with 2 additions and 2 deletions

View file

@ -1004,7 +1004,7 @@
"description": "anv: fix utrace compute walker timestamp captures",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "521c216efcc0d0292ceedb3451c5a0a1ef956083",
"notes": null

View file

@ -49,7 +49,7 @@ union anv_utrace_timestamp {
* [2] = 32b Context Timestamp End
* [3] = 32b Global Timestamp End"
*/
uint32_t compute_walker[4];
uint32_t compute_walker[8];
};
static uint32_t