Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dcmd_parser.c1182 unsigned int post_sync; in cmd_handler_pipe_control() local
1186 post_sync = (cmd_val(s, 1) & PIPE_CONTROL_POST_SYNC_OP_MASK) >> 14; in cmd_handler_pipe_control()
1192 else if (post_sync) { in cmd_handler_pipe_control()
1193 if (post_sync == 2) in cmd_handler_pipe_control()
1195 else if (post_sync == 3) in cmd_handler_pipe_control()
1197 else if (post_sync == 1) { in cmd_handler_pipe_control()