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:expected_gtt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H
A
D
huge_pages.c
678
unsigned int
expected_gtt
= 0;
in igt_mock_ppgtt_huge_fill()
local
729
expected_gtt
|= page_size;
in igt_mock_ppgtt_huge_fill()
734
GEM_BUG_ON(!
expected_gtt
);
in igt_mock_ppgtt_huge_fill()
737
if (
expected_gtt
& I915_GTT_PAGE_SIZE_4K)
in igt_mock_ppgtt_huge_fill()
738
expected_gtt
&= ~I915_GTT_PAGE_SIZE_64K;
in igt_mock_ppgtt_huge_fill()
760
if (vma->page_sizes.gtt !=
expected_gtt
) {
in igt_mock_ppgtt_huge_fill()
762
vma->page_sizes.gtt,
expected_gtt
,
in igt_mock_ppgtt_huge_fill()
862
unsigned int
expected_gtt
= objects[i].gtt;
in igt_mock_ppgtt_64K()
local
916
if (vma->page_sizes.gtt !=
expected_gtt
) {
in igt_mock_ppgtt_64K()
918
vma->page_sizes.gtt,
expected_gtt
,
in igt_mock_ppgtt_64K()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
huge_pages.c
746
unsigned int
expected_gtt
= 0;
in igt_ppgtt_huge_fill()
local
798
expected_gtt
|= page_size;
in igt_ppgtt_huge_fill()
803
GEM_BUG_ON(!
expected_gtt
);
in igt_ppgtt_huge_fill()
807
expected_gtt
& I915_GTT_PAGE_SIZE_2M))
in igt_ppgtt_huge_fill()
808
expected_gtt
&= ~I915_GTT_PAGE_SIZE_64K;
in igt_ppgtt_huge_fill()
830
if (vma->resource->page_sizes_gtt !=
expected_gtt
) {
in igt_ppgtt_huge_fill()
832
vma->resource->page_sizes_gtt,
expected_gtt
,
in igt_ppgtt_huge_fill()
949
unsigned int
expected_gtt
= objects[i].gtt;
in igt_ppgtt_64K()
local
958
expected_gtt
= 0;
in igt_ppgtt_64K()
960
expected_gtt
|
in igt_ppgtt_64K()
[all...]
Completed in 4 milliseconds