Lines Matching refs:sync
49 struct mdp_buf_sync sync; member
63 struct mdp_buf_sync sync; member
418 if (ctx->list.sync.acq_fen_fd_cnt < (MDP_MAX_FENCE_FD - 1)) { in set_sync_copybit()
419 ctx->acqFence[ctx->list.sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
431 list->sync.acq_fen_fd_cnt = 0; in set_sync_copybit()
432 ctx->acqFence[list->sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
553 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
561 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
610 list1.sync.acq_fen_fd = ctx->acqFence; in clear_copybit()
611 list1.sync.rel_fen_fd = &my_tmp_get_fence; in clear_copybit()
612 list1.sync.acq_fen_fd_cnt = ctx->list.sync.acq_fen_fd_cnt; in clear_copybit()
646 ctx->list.sync.acq_fen_fd_cnt = 0; in clear_copybit()
697 list->sync.acq_fen_fd_cnt = 0; in fill_color()
729 list->sync.acq_fen_fd_cnt = 0; in flush_get_fence()
770 ctx->sync.flags = 0; in open_copybit()
775 ctx->sync.acq_fen_fd = ctx->acqFence; in open_copybit()
776 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
778 ctx->list.sync.acq_fen_fd_cnt = 0; in open_copybit()
779 ctx->list.sync.rel_fen_fd = ctx->sync.rel_fen_fd; in open_copybit()
780 ctx->list.sync.acq_fen_fd = ctx->sync.acq_fen_fd; in open_copybit()