Lines Matching refs:sync
50 struct mdp_buf_sync sync; member
64 struct mdp_buf_sync sync; member
400 if (ctx->list.sync.acq_fen_fd_cnt < (MDP_MAX_FENCE_FD - 1)) { in set_sync_copybit()
401 ctx->acqFence[ctx->list.sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
413 list->sync.acq_fen_fd_cnt = 0; in set_sync_copybit()
414 ctx->acqFence[list->sync.acq_fen_fd_cnt++] = acquireFenceFd; in set_sync_copybit()
520 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
528 list->sync.acq_fen_fd_cnt = 0; in stretch_copybit()
578 list1.sync.acq_fen_fd = ctx->acqFence; in clear_copybit()
579 list1.sync.rel_fen_fd = &my_tmp_get_fence; in clear_copybit()
580 list1.sync.acq_fen_fd_cnt = ctx->list.sync.acq_fen_fd_cnt; in clear_copybit()
614 ctx->list.sync.acq_fen_fd_cnt = 0; in clear_copybit()
665 list->sync.acq_fen_fd_cnt = 0; in fill_color()
697 list->sync.acq_fen_fd_cnt = 0; in flush_get_fence()
730 ctx->sync.flags = 0; in open_copybit()
735 ctx->sync.acq_fen_fd = ctx->acqFence; in open_copybit()
736 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
738 ctx->list.sync.acq_fen_fd_cnt = 0; in open_copybit()
739 ctx->list.sync.rel_fen_fd = ctx->sync.rel_fen_fd; in open_copybit()
740 ctx->list.sync.acq_fen_fd = ctx->sync.acq_fen_fd; in open_copybit()