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:
committed by
Marge Bot
parent
5ec1f7fe38
commit
1511b25b0f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user