Searched refs:FD_BO_PREP_FLUSH (Results 1 – 6 of 6) sorted by relevance
511 if (op & (FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH)) { in fd_bo_cpu_prep()512 if (op & FD_BO_PREP_FLUSH) in fd_bo_cpu_prep()520 (op == FD_BO_PREP_FLUSH)) in fd_bo_cpu_prep()532 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH); in fd_bo_cpu_prep()
116 #define FD_BO_PREP_FLUSH BITSET_BIT(3) macro
167 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_acc_get_query_result()
235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_hw_get_query_result()
695 fd_resource_wait(ctx, rsc, FD_BO_PREP_FLUSH); in fd_flush_resource()
4510 - freedreno/drm: Add FD_BO_PREP_FLUSH4534 - freedreno/drm: Allow FD_BO_PREP_FLUSH without _NOSYNC