mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
hk: fix timeline value type
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32529>
This commit is contained in:
parent
dd4805fcc8
commit
36623697d1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ struct hk_queue {
|
|||
/* Current maximum timeline value for the queue's syncobj. If the
|
||||
* syncobj's value equals timeline_value, then all work is complete.
|
||||
*/
|
||||
uint32_t timeline_value;
|
||||
uint64_t timeline_value;
|
||||
} drm;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue