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:
Lionel Landwerlin 2024-06-23 13:05:19 +03:00 committed by Marge Bot
parent dd4805fcc8
commit 36623697d1

View file

@ -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;
};