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:pp_one_vf
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
smu9_smumgr.c
64
if (hwmgr->
pp_one_vf
) {
in smu9_wait_for_response()
97
if (hwmgr->
pp_one_vf
) {
in smu9_send_msg_to_smc_without_waiting()
119
if (hwmgr->
pp_one_vf
)
in smu9_send_msg_to_smc()
148
if (hwmgr->
pp_one_vf
) {
in smu9_send_msg_to_smc_with_parameter()
169
if (hwmgr->
pp_one_vf
)
in smu9_get_argument()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
smu9_smumgr.c
65
if (hwmgr->
pp_one_vf
) {
in smu9_wait_for_response()
98
if (hwmgr->
pp_one_vf
) {
in smu9_send_msg_to_smc_without_waiting()
120
if (hwmgr->
pp_one_vf
)
in smu9_send_msg_to_smc()
149
if (hwmgr->
pp_one_vf
) {
in smu9_send_msg_to_smc_with_parameter()
170
if (hwmgr->
pp_one_vf
)
in smu9_get_argument()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hardwaremanager.c
84
if (!hwmgr->
pp_one_vf
&& smum_is_dpm_running(hwmgr)
in phm_enable_dynamic_state_management()
278
if (hwmgr->
pp_one_vf
)
in phm_check_smc_update_required_for_display_configuration()
H
A
D
hwmgr.c
224
hwmgr->
pp_one_vf
= amdgpu_sriov_is_pp_one_vf((struct amdgpu_device *)hwmgr->adev);
in hwmgr_hw_init()
225
hwmgr->pm_en = (amdgpu_dpm && (hwmgr->not_vf || hwmgr->
pp_one_vf
))
in hwmgr_hw_init()
H
A
D
vega10_hwmgr.c
3026
if (hwmgr->not_vf || hwmgr->
pp_one_vf
) {
in vega10_enable_dpm_tasks()
3177
if (hwmgr->
pp_one_vf
&& (state_entry->ucGfxClockIndexHigh > 0))
in vega10_get_pp_table_entry_callback_func()
3185
if (hwmgr->
pp_one_vf
&& (state_entry->ucGfxClockIndexHigh > 0))
in vega10_get_pp_table_entry_callback_func()
4179
if (hwmgr->
pp_one_vf
)
in vega10_get_profiling_clk_mask()
4642
if (hwmgr->
pp_one_vf
&&
in vega10_print_clock_levels()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hardwaremanager.c
84
if (!hwmgr->
pp_one_vf
&& smum_is_dpm_running(hwmgr)
in phm_enable_dynamic_state_management()
281
if (hwmgr->
pp_one_vf
)
in phm_check_smc_update_required_for_display_configuration()
H
A
D
hwmgr.c
220
hwmgr->
pp_one_vf
= amdgpu_sriov_is_pp_one_vf((struct amdgpu_device *)hwmgr->adev);
in hwmgr_hw_init()
221
hwmgr->pm_en = (amdgpu_dpm && (hwmgr->not_vf || hwmgr->
pp_one_vf
))
in hwmgr_hw_init()
H
A
D
vega10_hwmgr.c
3049
if (hwmgr->not_vf || hwmgr->
pp_one_vf
) {
in vega10_enable_dpm_tasks()
3202
if (hwmgr->
pp_one_vf
&& (state_entry->ucGfxClockIndexHigh > 0))
in vega10_get_pp_table_entry_callback_func()
3210
if (hwmgr->
pp_one_vf
&& (state_entry->ucGfxClockIndexHigh > 0))
in vega10_get_pp_table_entry_callback_func()
4204
if (hwmgr->
pp_one_vf
)
in vega10_get_profiling_clk_mask()
4669
if (hwmgr->
pp_one_vf
&&
in vega10_emit_clock_levels()
4812
if (hwmgr->
pp_one_vf
&&
in vega10_print_clock_levels()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
751
bool
pp_one_vf
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
750
bool
pp_one_vf
;
member
Completed in 21 milliseconds