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:available_rings
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libdrm/tests/amdgpu/
H
A
D
deadlock_tests.c
350
for (ring_id = 0; (1 << ring_id) & info.
available_rings
; ring_id++) {
in amdgpu_deadlock_sdma()
540
if (!info.
available_rings
)
in amdgpu_draw_hang_gfx()
549
for (ring_id = 0; (1 << ring_id) & info.
available_rings
; ring_id++) {
in amdgpu_draw_hang_gfx()
571
for (ring_id = 0; (1 << ring_id) & info.
available_rings
; ring_id++) {
in amdgpu_draw_hang_slow_gfx()
H
A
D
uvd_enc_tests.c
101
if (!info.
available_rings
)
in suite_uvd_enc_tests_enable()
104
return (r == 0 && (info.
available_rings
? CU_TRUE : CU_FALSE));
in suite_uvd_enc_tests_enable()
H
A
D
basic_tests.c
1365
for (instance = 0; (1 << instance) & info.
available_rings
; instance++) {
in amdgpu_command_submission_compute_nop()
1592
for (ring_id = 0; (1 << ring_id) & hw_ip_info.
available_rings
; ring_id++) {
in amdgpu_command_submission_write_linear_helper_with_secure()
1796
for (ring_id = 0; (1 << ring_id) & hw_ip_info.
available_rings
; ring_id++) {
in amdgpu_command_submission_const_fill_helper()
1929
for (ring_id = 0; (1 << ring_id) & hw_ip_info.
available_rings
; ring_id++) {
in amdgpu_command_submission_copy_linear_helper()
2959
if (!info.
available_rings
)
in amdgpu_compute_dispatch_test()
2968
for (ring_id = 0; (1 << ring_id) & info.
available_rings
; ring_id++) {
in amdgpu_compute_dispatch_test()
2982
if (!info.
available_rings
)
in amdgpu_gfx_dispatch_test()
2991
for (ring_id = 0; (1 << ring_id) & info.
available_rings
; ring_id++) {
in amdgpu_gfx_dispatch_test()
3005
if (!info.
available_rings
)
in amdgpu_dispatch_hang_helper()
3014
for (ring_id = 0; (1 << ring_id) & info.
available_rings
; ring_i
in amdgpu_dispatch_hang_helper()
[all...]
H
A
D
security_tests.c
283
res = ffs(sdma_info.
available_rings
) - 1;
in amdgpu_secure_bounce()
H
A
D
vcn_tests.c
120
if (r != 0 || !info.
available_rings
||
in suite_vcn_tests_enable()
H
A
D
jpeg_tests.c
174
if (r != 0 || !info.
available_rings
||
in suite_jpeg_tests_enable()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
186
uint32_t
available_rings
;
member
647
if (r || !ip_info.
available_rings
)
in ac_query_gpu_info()
671
info->ip[ip_type].num_queues = util_bitcount(ip_info.
available_rings
);
in ac_query_gpu_info()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
1093
__u32
available_rings
;
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
1085
__u32
available_rings
;
member
Completed in 17 milliseconds