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:amdgpu_ctx_mgr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ctx.h
34
struct
amdgpu_ctx_mgr
;
47
struct
amdgpu_ctx_mgr
*mgr;
60
struct
amdgpu_ctx_mgr
*ctx_mgr;
63
struct
amdgpu_ctx_mgr
{
struct
93
void amdgpu_ctx_mgr_init(struct
amdgpu_ctx_mgr
*mgr,
95
void amdgpu_ctx_mgr_entity_fini(struct
amdgpu_ctx_mgr
*mgr);
96
long amdgpu_ctx_mgr_entity_flush(struct
amdgpu_ctx_mgr
*mgr, long timeout);
97
void amdgpu_ctx_mgr_fini(struct
amdgpu_ctx_mgr
*mgr);
98
void amdgpu_ctx_mgr_usage(struct
amdgpu_ctx_mgr
*mgr,
H
A
D
amdgpu_ctx.c
319
static int amdgpu_ctx_init(struct
amdgpu_ctx_mgr
*mgr, int32_t priority,
in amdgpu_ctx_init()
409
struct
amdgpu_ctx_mgr
*mgr = ctx->mgr;
in amdgpu_ctx_fini()
478
struct
amdgpu_ctx_mgr
*mgr = &fpriv->ctx_mgr;
in amdgpu_ctx_alloc()
525
struct
amdgpu_ctx_mgr
*mgr = &fpriv->ctx_mgr;
in amdgpu_ctx_free()
541
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_query()
580
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_query2()
641
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_stable_pstate()
724
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_get()
874
void amdgpu_ctx_mgr_init(struct
amdgpu_ctx_mgr
*mgr,
in amdgpu_ctx_mgr_init()
887
long amdgpu_ctx_mgr_entity_flush(struct
amdgpu_ctx_mgr
*mg
[all...]
H
A
D
amdgpu_sched.c
41
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_sched_process_priority_override()
H
A
D
amdgpu.h
471
struct
amdgpu_ctx_mgr
ctx_mgr;
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ctx.h
57
struct
amdgpu_ctx_mgr
{
struct
86
void amdgpu_ctx_mgr_init(struct
amdgpu_ctx_mgr
*mgr);
87
void amdgpu_ctx_mgr_entity_fini(struct
amdgpu_ctx_mgr
*mgr);
88
long amdgpu_ctx_mgr_entity_flush(struct
amdgpu_ctx_mgr
*mgr, long timeout);
89
void amdgpu_ctx_mgr_fini(struct
amdgpu_ctx_mgr
*mgr);
H
A
D
amdgpu_ctx.c
240
struct
amdgpu_ctx_mgr
*mgr = &fpriv->ctx_mgr;
in amdgpu_ctx_alloc()
287
struct
amdgpu_ctx_mgr
*mgr = &fpriv->ctx_mgr;
in amdgpu_ctx_free()
303
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_query()
339
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_query2()
411
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_ctx_get()
560
void amdgpu_ctx_mgr_init(struct
amdgpu_ctx_mgr
*mgr)
in amdgpu_ctx_mgr_init()
566
long amdgpu_ctx_mgr_entity_flush(struct
amdgpu_ctx_mgr
*mgr, long timeout)
in amdgpu_ctx_mgr_entity_flush()
592
void amdgpu_ctx_mgr_entity_fini(struct
amdgpu_ctx_mgr
*mgr)
in amdgpu_ctx_mgr_entity_fini()
620
void amdgpu_ctx_mgr_fini(struct
amdgpu_ctx_mgr
*mgr)
in amdgpu_ctx_mgr_fini()
H
A
D
amdgpu_sched.c
69
struct
amdgpu_ctx_mgr
*mgr;
in amdgpu_sched_process_priority_override()
H
A
D
amdgpu.h
463
struct
amdgpu_ctx_mgr
ctx_mgr;
Completed in 10 milliseconds