HomeSort by: relevance | last modified time | path
    Searched refs:I915_VMA_PAGES_BIAS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma_types.h 263 #define I915_VMA_PAGES_BIAS 24
i915_vma.c 931 count >>= I915_VMA_PAGES_BIAS;
934 __vma_put_pages(vma, count | count << I915_VMA_PAGES_BIAS);

Completed in 37 milliseconds