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()
547 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
555 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
604 list1.sync.acq_fen_fd = ctx->acqFence; in clear_copybit()
605 list1.sync.rel_fen_fd = &my_tmp_get_fence; in clear_copybit()
606 list1.sync.acq_fen_fd_cnt = ctx->list.sync.acq_fen_fd_cnt; in clear_copybit()
640 ctx->list.sync.acq_fen_fd_cnt = 0; in clear_copybit()
691 list->sync.acq_fen_fd_cnt = 0; in fill_color()
723 list->sync.acq_fen_fd_cnt = 0; in flush_get_fence()
764 ctx->sync.flags = 0; in open_copybit()
769 ctx->sync.acq_fen_fd = ctx->acqFence; in open_copybit()
770 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
772 ctx->list.sync.acq_fen_fd_cnt = 0; in open_copybit()
773 ctx->list.sync.rel_fen_fd = ctx->sync.rel_fen_fd; in open_copybit()
774 ctx->list.sync.acq_fen_fd = ctx->sync.acq_fen_fd; in open_copybit()