1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2020, NVIDIA Corporation.
9 struct host1x_syncpt_fence
{
10 struct dma_fence base
;
14 struct host1x_syncpt
*sp
;
18 struct delayed_work timeout_work
;
20 struct list_head list
;
23 struct host1x_fence_list
{
25 struct list_head list
;
28 void host1x_fence_signal(struct host1x_syncpt_fence
*fence
);