Searched refs:host1x_syncpt_wait (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | syncpt.c | 199 * host1x_syncpt_wait() - wait for a syncpoint to reach a given value 205 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function 302 EXPORT_SYMBOL(host1x_syncpt_wait); variable
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | syncpt.c | 214 * host1x_syncpt_wait() - wait for a syncpoint to reach a given value 220 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function 264 EXPORT_SYMBOL(host1x_syncpt_wait); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | host1x.h | 152 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | host1x.h | 210 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | uapi.c | 358 return host1x_syncpt_wait(sp, args->threshold, timeout_jiffies, &args->value); in tegra_drm_ioctl_syncpoint_wait()
|
H A D | drm.c | 423 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | tegra20.c | 392 err = host1x_syncpt_wait(chan->mw_ack_sp[0], chan->next_out_sp_idx, in tegra20_channel_capture_frame()
|
H A D | tegra210.c | 475 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i], in tegra_channel_capture_frame() 519 ret = host1x_syncpt_wait(chan->mw_ack_sp[i], in tegra_channel_capture_done()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | drm.c | 416 return host1x_syncpt_wait(sp, args->thresh, in tegra_syncpt_wait()
|
Completed in 12 milliseconds