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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c2243 val |= I915_FENCE_SIZE_BITS(size);
H A Di915_reg.h643 #define I915_FENCE_SIZE_BITS(size) ((ffs((size) >> 20) - 1) << 8) macro

Completed in 73 milliseconds