Home
last modified time | relevance | path

Searched refs:wait_readers (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.h121 panfrost_bo_wait(struct panfrost_bo *bo, int64_t timeout_ns, bool wait_readers);
Dpan_bo.c114 panfrost_bo_wait(struct panfrost_bo *bo, int64_t timeout_ns, bool wait_readers) in panfrost_bo_wait() argument
133 if (!wait_readers && !(bo->gpu_access & PAN_BO_ACCESS_WRITE)) in panfrost_bo_wait()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst2411 - panfrost: Make panfrost_bo_wait take a wait_readers bool
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h11081 unsigned int wait_readers; member