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:uvd_ctx_wreg
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu.h
796
amdgpu_wreg_t
uvd_ctx_wreg
;
member
1083
#define WREG32_UVD_CTX(reg, v) adev->
uvd_ctx_wreg
(adev, (reg), (v))
H
A
D
nv.c
714
adev->
uvd_ctx_wreg
= NULL;
in nv_common_early_init()
H
A
D
soc15.c
1066
adev->
uvd_ctx_wreg
= &soc15_uvd_ctx_wreg;
in soc15_common_early_init()
H
A
D
vi.c
1122
adev->
uvd_ctx_wreg
= &vi_uvd_ctx_wreg;
in vi_common_early_init()
H
A
D
cik.c
1946
adev->
uvd_ctx_wreg
= &cik_uvd_ctx_wreg;
in cik_common_early_init()
H
A
D
si.c
1919
adev->
uvd_ctx_wreg
= si_uvd_ctx_wreg;
in si_common_early_init()
H
A
D
amdgpu_device.c
3220
adev->
uvd_ctx_wreg
= &amdgpu_invalid_wreg;
in amdgpu_device_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu.h
832
amdgpu_wreg_t
uvd_ctx_wreg
;
member
1188
#define WREG32_UVD_CTX(reg, v) adev->
uvd_ctx_wreg
(adev, (reg), (v))
H
A
D
soc21.c
569
adev->
uvd_ctx_wreg
= NULL;
in soc21_common_early_init()
H
A
D
nv.c
660
adev->
uvd_ctx_wreg
= NULL;
in nv_common_early_init()
H
A
D
soc15.c
949
adev->
uvd_ctx_wreg
= &soc15_uvd_ctx_wreg;
in soc15_common_early_init()
H
A
D
cik.c
2012
adev->
uvd_ctx_wreg
= &cik_uvd_ctx_wreg;
in cik_common_early_init()
H
A
D
vi.c
1473
adev->
uvd_ctx_wreg
= &vi_uvd_ctx_wreg;
in vi_common_early_init()
H
A
D
si.c
2036
adev->
uvd_ctx_wreg
= si_uvd_ctx_wreg;
in si_common_early_init()
H
A
D
amdgpu_device.c
3538
adev->
uvd_ctx_wreg
= &amdgpu_invalid_wreg;
in amdgpu_device_init()
Completed in 37 milliseconds