Searched refs:host1x_syncpt_wait (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/gpu/host1x/ |
| D | syncpt.c | 221 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function 318 EXPORT_SYMBOL(host1x_syncpt_wait);
|
| /Linux-v5.15/include/linux/ |
| D | host1x.h | 158 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
|
| /Linux-v5.15/drivers/gpu/drm/tegra/ |
| D | uapi.c | 337 return host1x_syncpt_wait(sp, args->threshold, timeout_jiffies, &args->value); in tegra_drm_ioctl_syncpoint_wait()
|
| D | drm.c | 419 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()
|
| /Linux-v5.15/drivers/staging/media/tegra-video/ |
| D | tegra210.c | 390 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i], in tegra_channel_capture_frame() 434 ret = host1x_syncpt_wait(chan->mw_ack_sp[i], in tegra_channel_capture_done()
|