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

/drivers/gpu/drm/i915/
H A Di915_gem.c3138 val |= I830_FENCE_SIZE_BITS(size);
H A Di915_reg.h1007 #define I830_FENCE_SIZE_BITS(size) ((ffs((size) >> 19) - 1) << 8) macro

Completed in 77 milliseconds