HomeSort by: relevance | last modified time | path
    Searched defs:post_sync (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 1120 unsigned int post_sync; local in function:cmd_handler_pipe_control
1124 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14;
1130 else if (post_sync) {
1131 if (post_sync == 2)
1133 else if (post_sync == 3)
1135 else if (post_sync == 1) {

Completed in 49 milliseconds