OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smu_feature_is_enabled
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c
105
!!
smu_feature_is_enabled
(smu, sort_feature[i]) ?
416
if(!
smu_feature_is_enabled
(smu, feature_id)) {
503
*(uint32_t *)data =
smu_feature_is_enabled
(smu, SMU_FEATURE_DPM_UVD_BIT) ? 1 : 0;
507
*(uint32_t *)data =
smu_feature_is_enabled
(smu, SMU_FEATURE_DPM_VCE_BIT) ? 1 : 0;
679
int
smu_feature_is_enabled
(struct smu_context *smu, enum smu_feature_mask mask)
function in typeref:typename:int
1481
baco_feature_is_enabled =
smu_feature_is_enabled
(smu, SMU_FEATURE_BACO_BIT);
2019
smu_feature_is_enabled
(smu, SMU_FEATURE_DPM_DCEFCLK_BIT) &&
2020
smu_feature_is_enabled
(smu, SMU_FEATURE_DPM_SOCCLK_BIT)) {
Completed in 33 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025