Searched refs:post_sync (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1184 unsigned int post_sync; local
1188 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14;
1194 else if (post_sync) {
1195 if (post_sync == 2)
1197 else if (post_sync == 3)
1199 else if (post_sync == 1) {

Completed in 108 milliseconds