OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_llc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_device_info.h
121
func(
has_llc
); \
i915_pci.c
392
.
has_llc
= 1, \
441
.
has_llc
= 1, \
i915_drv.h
1670
#define
HAS_LLC
(dev_priv) (INTEL_INFO(dev_priv)->
has_llc
)
2093
return
HAS_LLC
(i915) ? I915_MAP_WB : I915_MAP_WC;
/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
?
/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
)
Completed in 154 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025