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:MAX_XCP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_xcp.c
69
if (xcp_id >=
MAX_XCP
|| !xcp_mgr->xcp[xcp_id].valid)
in amdgpu_xcp_run_transition()
127
if (!num_xcps || num_xcps >
MAX_XCP
)
in amdgpu_xcp_init()
132
for (i = 0; i <
MAX_XCP
; ++i)
in amdgpu_xcp_init()
240
for (i = 1; i <
MAX_XCP
; i++) {
in amdgpu_xcp_dev_alloc()
335
for (i = 1; i <
MAX_XCP
; i++) {
in amdgpu_xcp_dev_register()
355
for (i = 1; i <
MAX_XCP
; i++) {
in amdgpu_xcp_dev_unplug()
378
for (i = 0; i <
MAX_XCP
; ++i) {
in amdgpu_xcp_open_device()
H
A
D
amdgpu_xcp.h
32
#define
MAX_XCP
8
macro
94
struct amdgpu_xcp xcp[
MAX_XCP
];
171
while (*from <
MAX_XCP
) {
in amdgpu_get_next_xcp()
H
A
D
amdgpu_amdkfd.h
101
int64_t vram_used[
MAX_XCP
];
102
uint64_t vram_used_aligned[
MAX_XCP
];
H
A
D
aqua_vanjaram.c
127
for (i = 0; i <
MAX_XCP
; i++) {
in aqua_vanjaram_xcp_sched_list_update()
Completed in 4 milliseconds