batch_cmds       1369 drivers/gpu/drm/i915/i915_cmd_parser.c 	const u32 batch_cmds = DIV_ROUND_UP(batch_len, sizeof(u32));
batch_cmds       1370 drivers/gpu/drm/i915/i915_cmd_parser.c 	const u32 exact_size = BITS_TO_LONGS(batch_cmds);
batch_cmds       1371 drivers/gpu/drm/i915/i915_cmd_parser.c 	u32 next_size = BITS_TO_LONGS(roundup_pow_of_two(batch_cmds));
batch_cmds       1377 drivers/gpu/drm/i915/i915_cmd_parser.c 	if (batch_cmds <= ctx->jump_whitelist_cmds) {
batch_cmds       1378 drivers/gpu/drm/i915/i915_cmd_parser.c 		bitmap_zero(ctx->jump_whitelist, batch_cmds);