Searched refs:FD_BO_PREP_NOSYNC (Results 1 – 8 of 8) sorted by relevance
58 STATIC_ASSERT(FD_BO_PREP_NOSYNC == MSM_PREP_NOSYNC); in msm_device_new()
108 #define FD_BO_PREP_NOSYNC BITSET_BIT(2) macro
470 if (op & (FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH)) { in fd_bo_cpu_prep()
167 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_acc_get_query_result()
215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0; in resource_busy()
235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_hw_get_query_result()
480 while (fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_NOSYNC)) in fd_trace_read_ts()
180 if (op & FD_BO_PREP_NOSYNC) in __fd_resource_wait()