Searched refs:host1x_syncpt_wait (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/gpu/host1x/ |
D | syncpt.c | 205 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function 302 EXPORT_SYMBOL(host1x_syncpt_wait);
|
/Linux-v5.10/include/linux/ |
D | host1x.h | 152 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
|
/Linux-v5.10/drivers/staging/media/tegra-video/ |
D | tegra210.c | 321 err = host1x_syncpt_wait(chan->frame_start_sp, thresh, in tegra_channel_capture_frame() 356 ret = host1x_syncpt_wait(chan->mw_ack_sp, buf->mw_ack_sp_thresh, in tegra_channel_capture_done()
|
/Linux-v5.10/drivers/gpu/drm/tegra/ |
D | drm.c | 416 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()
|