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:high_mm
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
aperture_gm.c
249
if (!conf->low_mm || !conf->
high_mm
|| !conf->fence) {
in alloc_resource()
269
request = conf->
high_mm
;
in alloc_resource()
288
gvt->gm.vgpu_allocated_high_gm_size += conf->
high_mm
;
in alloc_resource()
H
A
D
vgpu.c
136
high_avail / conf->
high_mm
),
in intel_gvt_init_vgpu_types()
137
conf->low_mm, conf->
high_mm
, conf->fence,
in intel_gvt_init_vgpu_types()
319
BYTES_TO_MB(conf->low_mm), BYTES_TO_MB(conf->
high_mm
),
in intel_gvt_create_vgpu()
H
A
D
gvt.h
304
unsigned int
high_mm
;
member
H
A
D
kvmgt.c
123
BYTES_TO_MB(type->conf->
high_mm
),
in intel_vgpu_show_description()
1528
high_gm_avail / type->conf->
high_mm
,
in intel_vgpu_get_available()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
vgpu.c
82
unsigned int
high_mm
;
member
140
gvt->types[i].high_gm_size = vgpu_types[i].
high_mm
;
in intel_gvt_init_vgpu_types()
150
high_avail / vgpu_types[i].
high_mm
);
in intel_gvt_init_vgpu_types()
Completed in 6 milliseconds