OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowed_features_high
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c
793
uint32_t allowed_features_low = 0,
allowed_features_high
= 0;
local
798
(
allowed_features_high
|= ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_HIGH_SHIFT) & 0xFFFFFFFF)) :
802
smum_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_SetAllowedFeaturesMaskHigh,
allowed_features_high
) == 0,
amdgpu_vega12_hwmgr.c
793
uint32_t allowed_features_low = 0,
allowed_features_high
= 0;
local
798
(
allowed_features_high
|= ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_HIGH_SHIFT) & 0xFFFFFFFF)) :
802
smum_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_SetAllowedFeaturesMaskHigh,
allowed_features_high
) == 0,
amdgpu_vega20_hwmgr.c
893
uint32_t allowed_features_low = 0,
allowed_features_high
= 0;
local
900
(
allowed_features_high
|=
908
PPSMC_MSG_SetAllowedFeaturesMaskHigh,
allowed_features_high
);
amdgpu_vega20_hwmgr.c
893
uint32_t allowed_features_low = 0,
allowed_features_high
= 0;
local
900
(
allowed_features_high
|=
908
PPSMC_MSG_SetAllowedFeaturesMaskHigh,
allowed_features_high
);
Completed in 49 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026