Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ | |
i915_gem_context.c | 465 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); local in function:cpu_fill 479 if (!has_llc) |
i915_gem_context.c | 465 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); local in function:cpu_fill 479 if (!has_llc) |
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ | |
i915_gem_execbuffer.c | 263 bool has_llc : 1; member in struct:i915_execbuffer::reloc_cache 571 return (cache->has_llc || 899 cache->has_llc = HAS_LLC(i915); 1164 cache->has_llc ? |
i915_gem_execbuffer.c | 263 bool has_llc : 1; member in struct:i915_execbuffer::reloc_cache 571 return (cache->has_llc || 899 cache->has_llc = HAS_LLC(i915); 1164 cache->has_llc ? |