HomeSort by: relevance | last modified time | path
    Searched defs:smu_feature_is_enabled (Results 1 - 4 of 4) 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)) {
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)) {
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)) {
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 165 milliseconds