HomeSort by: relevance | last modified time | path
    Searched defs:target_cmd_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 1321 u32 target_cmd_offset, target_cmd_index; local in function:check_bbstart
1353 target_cmd_index = target_cmd_offset / sizeof(u32);
1357 if (target_cmd_index == offset)
1363 if (!test_bit(target_cmd_index, jump_whitelist)) {

Completed in 14 milliseconds