Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_engine_types.h50 #define I915_MAX_SUBSLICES 8 macro
75 u32 sampler[I915_MAX_SLICES][I915_MAX_SUBSLICES];
76 u32 row[I915_MAX_SLICES][I915_MAX_SUBSLICES];
597 (subslice__) = ((subslice__) + 1) < I915_MAX_SUBSLICES ? (subslice__) + 1 : 0, \