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:v11_compute_mqd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_mqd_manager_v11.c
34
static inline struct
v11_compute_mqd
*get_mqd(void *mqd)
in get_mqd()
36
return (struct
v11_compute_mqd
*)mqd;
in get_mqd()
47
struct
v11_compute_mqd
*m;
in update_cu_mask()
96
static void set_priority(struct
v11_compute_mqd
*m, struct queue_properties *q)
in set_priority()
115
size = sizeof(struct
v11_compute_mqd
);
in allocate_mqd()
128
struct
v11_compute_mqd
*m;
in init_mqd()
132
m = (struct
v11_compute_mqd
*) mqd_mem_obj->cpu_ptr;
in init_mqd()
138
size = sizeof(struct
v11_compute_mqd
);
in init_mqd()
220
struct
v11_compute_mqd
*m;
in update_mqd()
283
struct
v11_compute_mqd
*
in read_doorbell_id()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd_gfx_v11.c
154
static inline struct
v11_compute_mqd
*get_mqd(void *mqd)
in get_mqd()
156
return (struct
v11_compute_mqd
*)mqd;
in get_mqd()
169
struct
v11_compute_mqd
*m;
in hqd_load_v11()
266
struct
v11_compute_mqd
*m;
in hiq_mqd_load_v11()
496
struct
v11_compute_mqd
*m = get_mqd(mqd);
in hqd_destroy_v11()
H
A
D
mes_v11_0.c
711
struct
v11_compute_mqd
*mqd = ring->mqd_ptr;
in mes_v11_0_mqd_init()
815
struct
v11_compute_mqd
*mqd = ring->mqd_ptr;
in mes_v11_0_queue_init_register()
993
int r, mqd_size = sizeof(struct
v11_compute_mqd
);
in mes_v11_0_mqd_sw_init()
H
A
D
gfx_v11_0.c
1449
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct
v11_compute_mqd
), 0);
in gfx_v11_0_sw_init()
3742
struct
v11_compute_mqd
*mqd = m;
in gfx_v11_0_compute_mqd_init()
3871
struct
v11_compute_mqd
*mqd = ring->mqd_ptr;
in gfx_v11_0_kiq_init_register()
3981
struct
v11_compute_mqd
*mqd = ring->mqd_ptr;
in gfx_v11_0_kiq_init_queue()
4020
struct
v11_compute_mqd
*mqd = ring->mqd_ptr;
in gfx_v11_0_kcq_init_queue()
6289
sizeof(struct
v11_compute_mqd
);
in gfx_v11_0_set_mqd_funcs()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H
A
D
v11_structs.h
674
struct
v11_compute_mqd
{
struct
Completed in 18 milliseconds