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:workload_mask
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
pp_psm.c
286
index = fls(hwmgr->
workload_mask
);
in psm_adjust_power_state_dynamic()
H
A
D
vega12_hwmgr.h
388
uint32_t
workload_mask
;
member
H
A
D
vega20_hwmgr.h
517
uint32_t
workload_mask
;
member
H
A
D
vega12_hwmgr.c
402
data->
workload_mask
= 0xff;
in vega12_hwmgr_backend_init()
H
A
D
smu7_hwmgr.c
1680
hwmgr->
workload_mask
= 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_FULLSCREEN3D];
in smu7_init_dpm_defaults()
H
A
D
vega20_hwmgr.c
438
hwmgr->
workload_mask
= 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
in vega20_hwmgr_backend_init()
H
A
D
vega10_hwmgr.c
832
hwmgr->
workload_mask
= 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
in vega10_hwmgr_backend_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
980
hwmgr->
workload_mask
&= ~(1 << hwmgr->workload_prority[type]);
in pp_dpm_switch_power_profile()
981
index = fls(hwmgr->
workload_mask
);
in pp_dpm_switch_power_profile()
985
hwmgr->
workload_mask
|= (1 << hwmgr->workload_prority[type]);
in pp_dpm_switch_power_profile()
986
index = fls(hwmgr->
workload_mask
);
in pp_dpm_switch_power_profile()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
945
hwmgr->
workload_mask
&= ~(1 << hwmgr->workload_prority[type]);
in pp_dpm_switch_power_profile()
946
index = fls(hwmgr->
workload_mask
);
in pp_dpm_switch_power_profile()
950
hwmgr->
workload_mask
|= (1 << hwmgr->workload_prority[type]);
in pp_dpm_switch_power_profile()
951
index = fls(hwmgr->
workload_mask
);
in pp_dpm_switch_power_profile()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
817
smu->
workload_mask
= 1 << smu->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
in smu_sw_init()
1555
index = fls(smu->
workload_mask
);
in smu_adjust_power_state_dynamic()
1621
smu->
workload_mask
&= ~(1 << smu->workload_prority[type]);
in smu_switch_power_profile()
1622
index = fls(smu->
workload_mask
);
in smu_switch_power_profile()
1626
smu->
workload_mask
|= (1 << smu->workload_prority[type]);
in smu_switch_power_profile()
1627
index = fls(smu->
workload_mask
);
in smu_switch_power_profile()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
pp_psm.c
295
index = fls(hwmgr->
workload_mask
);
in psm_adjust_power_state_dynamic()
H
A
D
vega12_hwmgr.h
387
uint32_t
workload_mask
;
member
H
A
D
vega20_hwmgr.h
515
uint32_t
workload_mask
;
member
H
A
D
vega12_hwmgr.c
401
data->
workload_mask
= 0xff;
in vega12_hwmgr_backend_init()
H
A
D
vega20_hwmgr.c
437
hwmgr->
workload_mask
= 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
in vega20_hwmgr_backend_init()
H
A
D
vega10_hwmgr.c
831
hwmgr->
workload_mask
= 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
in vega10_hwmgr_backend_init()
H
A
D
smu7_hwmgr.c
1859
hwmgr->
workload_mask
= 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_FULLSCREEN3D];
in smu7_init_dpm_defaults()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
1124
smu->
workload_mask
= 1 << smu->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
in smu_sw_init()
1887
index = fls(smu->
workload_mask
);
in smu_adjust_power_state_dynamic()
1952
smu->
workload_mask
&= ~(1 << smu->workload_prority[type]);
in smu_switch_power_profile()
1953
index = fls(smu->
workload_mask
);
in smu_switch_power_profile()
1957
smu->
workload_mask
|= (1 << smu->workload_prority[type]);
in smu_switch_power_profile()
1958
index = fls(smu->
workload_mask
);
in smu_switch_power_profile()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
808
uint32_t
workload_mask
;
member
H
A
D
amdgpu_smu.h
439
uint32_t
workload_mask
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
806
uint32_t
workload_mask
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
516
uint32_t
workload_mask
;
member
Completed in 87 milliseconds