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:intel_vtd_active
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_device_info.c
498
if (IS_GEN(dev_priv, 6) &&
intel_vtd_active
()) {
in intel_device_info_runtime_init()
H
A
D
i915_drv.h
1757
static inline bool
intel_vtd_active
(void)
in intel_vtd_active()
function
1770
return INTEL_GEN(dev_priv) >= 6 &&
intel_vtd_active
();
in intel_scanout_needs_vtd_wa()
1776
return IS_BROXTON(dev_priv) &&
intel_vtd_active
();
in intel_ggtt_update_needs_vtd_wa()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_ggtt.c
104
return IS_GEN(i915, 5) && IS_MOBILE(i915) &&
intel_vtd_active
();
in needs_idle_maps()
1154
if (
intel_vtd_active
())
in i915_ggtt_probe_hw()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_stolen.c
392
if (
intel_vtd_active
() && INTEL_GEN(i915) < 8) {
in i915_gem_init_stolen()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_fbc.c
1445
if (
intel_vtd_active
() &&
in need_fbc_vtd_wa()
Completed in 10 milliseconds