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

/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c108 * CMD_DESC_SKIP: The command is allowed but does not follow the
117 #define CMD_DESC_SKIP (1<<1) macro
212 #define S CMD_DESC_SKIP
1122 default_desc->flags = CMD_DESC_SKIP;
1246 if (desc->flags & CMD_DESC_SKIP)

Completed in 98 milliseconds