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:gpu_sched
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
aqua_vanjaram.c
113
.
gpu_sched
[ring->funcs->type][ring->hw_prio].num_scheds;
in aqua_vanjaram_xcp_gpu_sched_update()
114
adev->xcp_mgr->xcp[sel_xcp_id].
gpu_sched
[ring->funcs->type][ring->hw_prio]
in aqua_vanjaram_xcp_gpu_sched_update()
116
DRM_DEBUG("%s :[%d]
gpu_sched
[%d][%d] = %d", ring->name,
in aqua_vanjaram_xcp_gpu_sched_update()
129
memset(adev->xcp_mgr->xcp[i].
gpu_sched
, 0, sizeof(adev->xcp_mgr->xcp->
gpu_sched
));
in aqua_vanjaram_xcp_sched_list_update()
196
if (adev->xcp_mgr->xcp[sel_xcp_id].
gpu_sched
[hw_ip][hw_prio].num_scheds) {
in aqua_vanjaram_select_scheds()
197
*num_scheds = adev->xcp_mgr->xcp[fpriv->xcp_id].
gpu_sched
[hw_ip][hw_prio].num_scheds;
in aqua_vanjaram_select_scheds()
198
*scheds = adev->xcp_mgr->xcp[fpriv->xcp_id].
gpu_sched
[hw_ip][hw_prio].sched;
in aqua_vanjaram_select_scheds()
H
A
D
amdgpu_ctx.c
162
if (adev->
gpu_sched
[hw_ip][hw_prio].num_scheds == 0)
in amdgpu_ctx_get_hw_prio()
229
scheds = adev->
gpu_sched
[hw_ip][hw_prio].sched;
in amdgpu_ctx_init_entity()
230
num_scheds = adev->
gpu_sched
[hw_ip][hw_prio].num_scheds;
in amdgpu_ctx_init_entity()
822
scheds = adev->
gpu_sched
[hw_ip][hw_prio].sched;
in amdgpu_ctx_set_entity_priority()
823
num_scheds = adev->
gpu_sched
[hw_ip][hw_prio].num_scheds;
in amdgpu_ctx_set_entity_priority()
H
A
D
amdgpu_xcp.h
86
struct amdgpu_sched
gpu_sched
[AMDGPU_HW_IP_NUM][AMDGPU_RING_PRIO_MAX];
member
H
A
D
amdgpu_ring.c
357
num_sched = &adev->
gpu_sched
[hw_ip][hw_prio].num_scheds;
in amdgpu_ring_init()
358
adev->
gpu_sched
[hw_ip][hw_prio].sched[(*num_sched)++] =
in amdgpu_ring_init()
H
A
D
amdgpu.h
902
struct amdgpu_sched
gpu_sched
[AMDGPU_HW_IP_NUM][AMDGPU_RING_PRIO_MAX];
member
H
A
D
vcn_v4_0.c
1656
scheds = p->adev->
gpu_sched
[AMDGPU_HW_IP_VCN_ENC]
in vcn_v4_0_limit_sched()
H
A
D
vcn_v3_0.c
1777
scheds = p->adev->
gpu_sched
[AMDGPU_HW_IP_VCN_DEC]
in vcn_v3_0_limit_sched()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ctx.c
86
if (adev->
gpu_sched
[hw_ip][hw_prio].num_scheds == 0)
in amdgpu_ctx_prio_sched_to_hw()
114
scheds = adev->
gpu_sched
[hw_ip][hw_prio].sched;
in amdgpu_ctx_init_entity()
115
num_scheds = adev->
gpu_sched
[hw_ip][hw_prio].num_scheds;
in amdgpu_ctx_init_entity()
508
scheds = adev->
gpu_sched
[hw_ip][hw_prio].sched;
in amdgpu_ctx_set_entity_priority()
509
num_scheds = adev->
gpu_sched
[hw_ip][hw_prio].num_scheds;
in amdgpu_ctx_set_entity_priority()
H
A
D
amdgpu_ring.c
265
num_sched = &adev->
gpu_sched
[hw_ip][hw_prio].num_scheds;
in amdgpu_ring_init()
266
adev->
gpu_sched
[hw_ip][hw_prio].sched[(*num_sched)++] =
in amdgpu_ring_init()
H
A
D
amdgpu.h
863
struct amdgpu_sched
gpu_sched
[AMDGPU_HW_IP_NUM][AMDGPU_RING_PRIO_MAX];
member
Completed in 24 milliseconds