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

/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1352 u32 target_cmd_offset, target_cmd_index; local
1383 target_cmd_offset = lower_32_bits(jump_offset);
1384 target_cmd_index = target_cmd_offset / sizeof(u32);
1386 *(u64 *)(cmd + 1) = shadow_addr + target_cmd_offset;

Completed in 386 milliseconds