Lines Matching refs:sync
51 struct mdp_buf_sync sync; member
65 struct mdp_buf_sync sync; member
420 if (ctx->list.sync.acq_fen_fd_cnt < (MDP_MAX_FENCE_FD - 1)) { in set_sync_copybit()
421 ctx->acqFence[ctx->list.sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
433 list->sync.acq_fen_fd_cnt = 0; in set_sync_copybit()
434 ctx->acqFence[list->sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
555 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
563 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
612 list1.sync.acq_fen_fd = ctx->acqFence; in clear_copybit()
613 list1.sync.rel_fen_fd = &my_tmp_get_fence; in clear_copybit()
614 list1.sync.acq_fen_fd_cnt = ctx->list.sync.acq_fen_fd_cnt; in clear_copybit()
648 ctx->list.sync.acq_fen_fd_cnt = 0; in clear_copybit()
699 list->sync.acq_fen_fd_cnt = 0; in fill_color()
731 list->sync.acq_fen_fd_cnt = 0; in flush_get_fence()
772 ctx->sync.flags = 0; in open_copybit()
777 ctx->sync.acq_fen_fd = ctx->acqFence; in open_copybit()
778 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
780 ctx->list.sync.acq_fen_fd_cnt = 0; in open_copybit()
781 ctx->list.sync.rel_fen_fd = ctx->sync.rel_fen_fd; in open_copybit()
782 ctx->list.sync.acq_fen_fd = ctx->sync.acq_fen_fd; in open_copybit()