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

/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c106 * CMD_DESC_FIXED: The command has a fixed length if this is set,
116 #define CMD_DESC_FIXED (1<<0) macro
135 * CMD_DESC_FIXED indicates a fixed length. Otherwise, the command has
200 .flags = (fl) | ((f) ? CMD_DESC_FIXED : 0), \
1496 if (desc->flags & CMD_DESC_FIXED)

Completed in 163 milliseconds