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_clks
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.h
79
struct smu7_uvd_clocks
uvd_clks
;
member
H
A
D
vega10_hwmgr.h
107
struct vega10_uvd_clocks
uvd_clks
;
member
H
A
D
vega20_hwmgr.h
124
struct vega20_uvd_clocks
uvd_clks
;
member
H
A
D
smu7_hwmgr.c
3354
ps->
uvd_clks
.vclk = state->uvd_clocks.VCLK;
in smu7_get_pp_table_entry_v1()
3355
ps->
uvd_clks
.dclk = state->uvd_clocks.DCLK;
in smu7_get_pp_table_entry_v1()
3502
ps->
uvd_clks
.vclk = state->uvd_clocks.VCLK;
in smu7_get_pp_table_entry_v0()
3503
ps->
uvd_clks
.dclk = state->uvd_clocks.DCLK;
in smu7_get_pp_table_entry_v0()
4334
*equal = ((psa->
uvd_clks
.vclk == psb->
uvd_clks
.vclk) && (psa->
uvd_clks
.dclk == psb->
uvd_clks
.dclk));
in smu7_check_states_equal()
H
A
D
vega10_hwmgr.c
3218
ps->
uvd_clks
.vclk = state->uvd_clocks.VCLK;
in vega10_get_pp_table_entry()
3219
ps->
uvd_clks
.dclk = state->uvd_clocks.DCLK;
in vega10_get_pp_table_entry()
4843
*equal = ((psa->
uvd_clks
.vclk == psb->
uvd_clks
.vclk) && (psa->
uvd_clks
.dclk == psb->
uvd_clks
.dclk));
in vega10_check_states_equal()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega10_hwmgr.h
107
struct vega10_uvd_clocks
uvd_clks
;
member
H
A
D
smu7_hwmgr.h
79
struct smu7_uvd_clocks
uvd_clks
;
member
H
A
D
vega20_hwmgr.h
124
struct vega20_uvd_clocks
uvd_clks
;
member
H
A
D
smu7_hwmgr.c
3728
ps->
uvd_clks
.vclk = state->uvd_clocks.VCLK;
in smu7_get_pp_table_entry_v1()
3729
ps->
uvd_clks
.dclk = state->uvd_clocks.DCLK;
in smu7_get_pp_table_entry_v1()
3876
ps->
uvd_clks
.vclk = state->uvd_clocks.VCLK;
in smu7_get_pp_table_entry_v0()
3877
ps->
uvd_clks
.dclk = state->uvd_clocks.DCLK;
in smu7_get_pp_table_entry_v0()
4738
*equal = ((psa->
uvd_clks
.vclk == psb->
uvd_clks
.vclk) && (psa->
uvd_clks
.dclk == psb->
uvd_clks
.dclk));
in smu7_check_states_equal()
H
A
D
vega10_hwmgr.c
3245
vega10_ps->
uvd_clks
.vclk = state->uvd_clocks.VCLK;
in vega10_get_pp_table_entry()
3246
vega10_ps->
uvd_clks
.dclk = state->uvd_clocks.DCLK;
in vega10_get_pp_table_entry()
5019
*equal = ((vega10_psa->
uvd_clks
.vclk == vega10_psb->
uvd_clks
.vclk) &&
in vega10_check_states_equal()
5020
(vega10_psa->
uvd_clks
.dclk == vega10_psb->
uvd_clks
.dclk));
in vega10_check_states_equal()
Completed in 34 milliseconds