Searched refs:vc4_wait_for_seqno (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_gem.c | 381 vc4_wait_for_seqno(struct drm_device *dev, uint64_t seqno, uint64_t timeout_ns, in vc4_wait_for_seqno() function 933 ret = vc4_wait_for_seqno(dev, exec->bin_dep_seqno, ~0ull, true); in vc4_get_bcl() 1066 int ret = vc4_wait_for_seqno(dev, seqno, *timeout_ns, true); in vc4_wait_for_seqno_ioctl_helper()
|
H A D | vc4_v3d.c | 197 int ret = vc4_wait_for_seqno(dev, seqno, ~0ull, true); in vc4_v3d_get_bin_slot()
|
H A D | vc4_drv.h | 890 int vc4_wait_for_seqno(struct drm_device *dev, uint64_t seqno,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_gem.c | 384 vc4_wait_for_seqno(struct drm_device *dev, uint64_t seqno, uint64_t timeout_ns, in vc4_wait_for_seqno() function 911 ret = vc4_wait_for_seqno(dev, exec->bin_dep_seqno, ~0ull, true); in vc4_get_bcl() 1049 int ret = vc4_wait_for_seqno(dev, seqno, *timeout_ns, true); in vc4_wait_for_seqno_ioctl_helper()
|
H A D | vc4_v3d.c | 204 int ret = vc4_wait_for_seqno(dev, seqno, ~0ull, true); in vc4_v3d_get_bin_slot()
|
H A D | vc4_drv.h | 977 int vc4_wait_for_seqno(struct drm_device *dev, uint64_t seqno,
|
Completed in 8 milliseconds