mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20:11 +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>
This commit is contained in:
parent
5ec1f7fe38
commit
1511b25b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,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