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:combination
(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
392
*
combination
for our mock device.
in igt_mock_exhaust_device_supported_pages()
396
unsigned int
combination
= SZ_4K; /* Required for ppGTT */
in igt_mock_exhaust_device_supported_pages()
local
400
combination
|= page_sizes[j];
in igt_mock_exhaust_device_supported_pages()
403
mkwrite_device_info(i915)->page_sizes =
combination
;
in igt_mock_exhaust_device_supported_pages()
406
obj = fake_huge_pages_object(i915,
combination
, !!single);
in igt_mock_exhaust_device_supported_pages()
412
if (obj->base.size !=
combination
) {
in igt_mock_exhaust_device_supported_pages()
414
obj->base.size,
combination
);
in igt_mock_exhaust_device_supported_pages()
431
if (vma->page_sizes.sg !=
combination
) {
in igt_mock_exhaust_device_supported_pages()
433
vma->page_sizes.sg,
combination
);
in igt_mock_exhaust_device_supported_pages()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
huge_pages.c
434
*
combination
for our mock device.
in igt_mock_exhaust_device_supported_pages()
438
unsigned int
combination
= SZ_4K; /* Required for ppGTT */
in igt_mock_exhaust_device_supported_pages()
local
442
combination
|= page_sizes[j];
in igt_mock_exhaust_device_supported_pages()
445
RUNTIME_INFO(i915)->page_sizes =
combination
;
in igt_mock_exhaust_device_supported_pages()
448
obj = fake_huge_pages_object(i915,
combination
, !!single);
in igt_mock_exhaust_device_supported_pages()
454
if (obj->base.size !=
combination
) {
in igt_mock_exhaust_device_supported_pages()
456
obj->base.size,
combination
);
in igt_mock_exhaust_device_supported_pages()
473
if (vma->page_sizes.sg !=
combination
) {
in igt_mock_exhaust_device_supported_pages()
475
vma->page_sizes.sg,
combination
);
in igt_mock_exhaust_device_supported_pages()
Completed in 6 milliseconds