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_clocks
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
power_state.h
162
struct PP_UVD_CLOCKS
uvd_clocks
;
member
H
A
D
amdgpu_smu.h
150
struct smu_uvd_clocks
uvd_clocks
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
power_state.h
163
struct PP_UVD_CLOCKS
uvd_clocks
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu8_hwmgr.h
146
struct smu8_uvd_clocks
uvd_clocks
;
member
H
A
D
smu10_hwmgr.h
130
struct smu10_uvd_clocks
uvd_clocks
;
member
H
A
D
smu10_hwmgr.c
849
smu10_ps->
uvd_clocks
.vclk = ps->
uvd_clocks
.VCLK;
in smu10_dpm_get_pp_table_entry()
850
smu10_ps->
uvd_clocks
.dclk = ps->
uvd_clocks
.DCLK;
in smu10_dpm_get_pp_table_entry()
H
A
D
smu8_hwmgr.c
1415
smu8_ps->
uvd_clocks
.vclk = ps->
uvd_clocks
.VCLK;
in smu8_dpm_get_pp_table_entry()
1416
smu8_ps->
uvd_clocks
.dclk = ps->
uvd_clocks
.DCLK;
in smu8_dpm_get_pp_table_entry()
H
A
D
processpptables.c
762
ps->
uvd_clocks
.VCLK = le32_to_cpu(pnon_clock_info->ulVCLK);
in init_non_clock_fields()
763
ps->
uvd_clocks
.DCLK = le32_to_cpu(pnon_clock_info->ulDCLK);
in init_non_clock_fields()
765
ps->
uvd_clocks
.VCLK = 0;
in init_non_clock_fields()
766
ps->
uvd_clocks
.DCLK = 0;
in init_non_clock_fields()
H
A
D
smu7_hwmgr.c
3261
power_state->
uvd_clocks
.VCLK = 0;
in smu7_get_pp_table_entry_callback_func_v1()
3262
power_state->
uvd_clocks
.DCLK = 0;
in smu7_get_pp_table_entry_callback_func_v1()
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()
H
A
D
vega10_hwmgr.c
3140
power_state->
uvd_clocks
.VCLK = 0;
in vega10_get_pp_table_entry_callback_func()
3141
power_state->
uvd_clocks
.DCLK = 0;
in vega10_get_pp_table_entry_callback_func()
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu10_hwmgr.h
130
struct smu10_uvd_clocks
uvd_clocks
;
member
H
A
D
smu8_hwmgr.h
146
struct smu8_uvd_clocks
uvd_clocks
;
member
H
A
D
smu10_hwmgr.c
933
smu10_ps->
uvd_clocks
.vclk = ps->
uvd_clocks
.VCLK;
in smu10_dpm_get_pp_table_entry()
934
smu10_ps->
uvd_clocks
.dclk = ps->
uvd_clocks
.DCLK;
in smu10_dpm_get_pp_table_entry()
H
A
D
processpptables.c
758
ps->
uvd_clocks
.VCLK = le32_to_cpu(pnon_clock_info->ulVCLK);
in init_non_clock_fields()
759
ps->
uvd_clocks
.DCLK = le32_to_cpu(pnon_clock_info->ulDCLK);
in init_non_clock_fields()
761
ps->
uvd_clocks
.VCLK = 0;
in init_non_clock_fields()
762
ps->
uvd_clocks
.DCLK = 0;
in init_non_clock_fields()
H
A
D
smu8_hwmgr.c
1427
smu8_ps->
uvd_clocks
.vclk = ps->
uvd_clocks
.VCLK;
in smu8_dpm_get_pp_table_entry()
1428
smu8_ps->
uvd_clocks
.dclk = ps->
uvd_clocks
.DCLK;
in smu8_dpm_get_pp_table_entry()
H
A
D
smu7_hwmgr.c
3635
power_state->
uvd_clocks
.VCLK = 0;
in smu7_get_pp_table_entry_callback_func_v1()
3636
power_state->
uvd_clocks
.DCLK = 0;
in smu7_get_pp_table_entry_callback_func_v1()
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()
H
A
D
vega10_hwmgr.c
3165
power_state->
uvd_clocks
.VCLK = 0;
in vega10_get_pp_table_entry_callback_func()
3166
power_state->
uvd_clocks
.DCLK = 0;
in vega10_get_pp_table_entry_callback_func()
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
199
struct smu_uvd_clocks
uvd_clocks
;
member
Completed in 49 milliseconds