Searched refs:vc4_wait_for_seqno (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/vc4/ |
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()
|
D | vc4_v3d.c | 204 int ret = vc4_wait_for_seqno(dev, seqno, ~0ull, true); in vc4_v3d_get_bin_slot()
|
D | vc4_drv.h | 978 int vc4_wait_for_seqno(struct drm_device *dev, uint64_t seqno,
|