Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h194 #define MI_LRI_LEN(x) (((x) & 0xff) + 1) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c1469 u32 len = min(MI_LRI_LEN(state[idx]) + idx, end); in oa_find_reg_in_lri()
1496 * MI_LRI_LEN() should be even, if not, issue a warning. in oa_context_image_offset()
1499 MI_LRI_LEN(state[offset]) & 0x1); in oa_context_image_offset()

Completed in 8 milliseconds