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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c2280 val |= I830_FENCE_SIZE_BITS(size);
H A Di915_reg.h635 #define I830_FENCE_SIZE_BITS(size) ((ffs((size) >> 19) - 1) << 8) macro

Completed in 57 milliseconds