mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 15:20:26 +01:00
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 commit1511b25b0f)
This commit is contained in:
parent
fbdf6424a7
commit
985fff6c40
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue