OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:features_to_enable
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c
2058
uint64_t
features_to_enable
;
local in function:vega12_set_ppfeature_status
2071
features_to_enable
=
2075
pr_debug("
features_to_enable
0x%"PRIx64"\n",
features_to_enable
);
2083
if (
features_to_enable
) {
2084
ret = vega12_enable_smc_features(hwmgr, true,
features_to_enable
);
amdgpu_vega20_hwmgr.c
3225
uint64_t
features_to_enable
;
local in function:vega20_set_ppfeature_status
3238
features_to_enable
=
3242
pr_debug("
features_to_enable
0x%"PRIx64"\n",
features_to_enable
);
3250
if (
features_to_enable
) {
3251
ret = vega20_enable_smc_features(hwmgr, true,
features_to_enable
);
amdgpu_vega10_hwmgr.c
4499
uint64_t
features_to_enable
;
local in function:vega10_set_ppfeature_status
4512
features_to_enable
=
4516
pr_debug("
features_to_enable
0x%"PRIx64"\n",
features_to_enable
);
4524
if (
features_to_enable
) {
4525
ret = vega10_enable_smc_features(hwmgr, true,
features_to_enable
);
Completed in 18 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025