Lines Matching refs:sync
51 struct mdp_buf_sync sync; member
65 struct mdp_buf_sync sync; member
403 if (ctx->list.sync.acq_fen_fd_cnt < (MDP_MAX_FENCE_FD - 1)) { in set_sync_copybit()
404 ctx->acqFence[ctx->list.sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
416 list->sync.acq_fen_fd_cnt = 0; in set_sync_copybit()
417 ctx->acqFence[list->sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
533 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
541 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
590 list1.sync.acq_fen_fd = ctx->acqFence; in clear_copybit()
591 list1.sync.rel_fen_fd = &my_tmp_get_fence; in clear_copybit()
592 list1.sync.acq_fen_fd_cnt = ctx->list.sync.acq_fen_fd_cnt; in clear_copybit()
626 ctx->list.sync.acq_fen_fd_cnt = 0; in clear_copybit()
677 list->sync.acq_fen_fd_cnt = 0; in fill_color()
709 list->sync.acq_fen_fd_cnt = 0; in flush_get_fence()
742 ctx->sync.flags = 0; in open_copybit()
747 ctx->sync.acq_fen_fd = ctx->acqFence; in open_copybit()
748 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
750 ctx->list.sync.acq_fen_fd_cnt = 0; in open_copybit()
751 ctx->list.sync.rel_fen_fd = ctx->sync.rel_fen_fd; in open_copybit()
752 ctx->list.sync.acq_fen_fd = ctx->sync.acq_fen_fd; in open_copybit()