Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_llc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_pci.c
274
.
has_llc
= 1, \
322
.
has_llc
= 1, \
664
.
has_llc
= 0, \
719
.
has_llc
= 1, \
833
.
has_llc
= 0,
H
A
D
intel_device_info.h
163
func(
has_llc
); \
H
A
D
i915_drv.h
739
#define HAS_LLC(i915) (INTEL_INFO(i915)->
has_llc
)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_device_info.h
122
func(
has_llc
); \
H
A
D
i915_pci.c
404
.
has_llc
= 1, \
456
.
has_llc
= 1, \
H
A
D
i915_drv.h
1637
#define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->
has_llc
)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
273
bool
has_llc
: 1;
member
584
return (cache->
has_llc
||
in use_cpu_reloc()
998
cache->
has_llc
= HAS_LLC(i915);
in reloc_cache_init()
1290
cache->
has_llc
?
in __reloc_gpu_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
291
bool
has_llc
: 1;
member
649
return (cache->
has_llc
||
in use_cpu_reloc()
1124
cache->
has_llc
= HAS_LLC(i915);
in reloc_cache_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_context.c
460
const bool
has_llc
= HAS_LLC(to_i915(obj->base.dev));
in cpu_fill()
local
475
if (!
has_llc
)
in cpu_fill()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_context.c
479
const bool
has_llc
= HAS_LLC(to_i915(obj->base.dev));
in cpu_fill()
local
495
if (!
has_llc
)
in cpu_fill()
Completed in 22 milliseconds