Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_cmd_parser.c1316 u32 target_cmd_offset, target_cmd_index; in check_bbstart() local
1348 target_cmd_index = target_cmd_offset / sizeof(u32); in check_bbstart()
1352 if (target_cmd_index == offset) in check_bbstart()
1355 if (ctx->jump_whitelist_cmds <= target_cmd_index) { in check_bbstart()
1358 } else if (!test_bit(target_cmd_index, ctx->jump_whitelist)) { in check_bbstart()