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_WT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_domain.c
277
level =
HAS_WT
(i915) ? I915_CACHE_WT : I915_CACHE_NONE;
in i915_gem_set_caching_ioctl()
345
HAS_WT
(i915) ?
in i915_gem_object_pin_to_display_plane()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_getparam.c
58
value =
HAS_WT
(i915);
in i915_getparam_ioctl()
H
A
D
i915_drv.h
1641
#define
HAS_WT
(dev_priv) ((IS_HASWELL(dev_priv) || \
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_getparam.c
63
value =
HAS_WT
(i915);
in i915_getparam_ioctl()
H
A
D
i915_drv.h
744
#define
HAS_WT
(i915) HAS_EDRAM(i915)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_domain.c
371
level =
HAS_WT
(i915) ? I915_CACHE_WT : I915_CACHE_NONE;
in i915_gem_set_caching_ioctl()
450
HAS_WT
(i915) ?
in i915_gem_object_pin_to_display_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_plane_initial.c
124
i915_gem_object_set_cache_coherency(obj,
HAS_WT
(i915) ?
in initial_plane_vma()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display.c
3439
i915_gem_object_set_cache_coherency(obj,
HAS_WT
(i915) ?
in initial_plane_vma()
Completed in 30 milliseconds