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:num_jpeg_rings
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
jpeg_v4_0_3.c
69
adev->jpeg.
num_jpeg_rings
= AMDGPU_MAX_JPEG_RINGS;
in jpeg_v4_0_3_early_init()
91
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j) {
in jpeg_v4_0_3_sw_init()
110
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j) {
in jpeg_v4_0_3_sw_init()
212
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; j++) {
in jpeg_v4_0_3_start_sriov()
307
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j) {
in jpeg_v4_0_3_hw_init()
328
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j) {
in jpeg_v4_0_3_hw_init()
433
for (i = 0; i < adev->jpeg.
num_jpeg_rings
; ++i)
in jpeg_v4_0_3_disable_clock_gating()
458
for (i = 0; i < adev->jpeg.
num_jpeg_rings
; ++i)
in jpeg_v4_0_3_enable_clock_gating()
504
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j) {
in jpeg_v4_0_3_start()
893
for (j = 0; j < adev->jpeg.
num_jpeg_rings
;
in jpeg_v4_0_3_is_idle()
[all...]
H
A
D
amdgpu_jpeg.h
54
unsigned
num_jpeg_rings
;
member
H
A
D
amdgpu_jpeg.c
54
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j)
in amdgpu_jpeg_sw_fini()
86
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; ++j)
in amdgpu_jpeg_idle_work_handler()
H
A
D
jpeg_v3_0.c
67
adev->jpeg.
num_jpeg_rings
= 1;
in jpeg_v3_0_early_init()
H
A
D
jpeg_v2_5.c
63
adev->jpeg.
num_jpeg_rings
= 1;
in jpeg_v2_5_early_init()
H
A
D
jpeg_v2_0.c
52
adev->jpeg.
num_jpeg_rings
= 1;
in jpeg_v2_0_early_init()
H
A
D
jpeg_v1_0.c
463
adev->jpeg.
num_jpeg_rings
= 1;
in jpeg_v1_0_early_init()
H
A
D
jpeg_v4_0.c
61
adev->jpeg.
num_jpeg_rings
= 1;
in jpeg_v4_0_early_init()
H
A
D
amdgpu_kms.c
465
for (j = 0; j < adev->jpeg.
num_jpeg_rings
; j++)
in amdgpu_hw_ip_info()
Completed in 8 milliseconds