Home
last modified time | relevance | path

Searched refs:AMD_PG_SUPPORT_VCE (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/include/
Damd_shared.h158 #define AMD_PG_SUPPORT_VCE (1 << 4) macro
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dvi.c1643 AMD_PG_SUPPORT_VCE; in vi_common_early_init()
1667 AMD_PG_SUPPORT_VCE; in vi_common_early_init()
Dcik.c2083 AMD_PG_SUPPORT_VCE | in cik_common_early_init()
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu8_hwmgr.c241 if (adev->pg_flags & AMD_PG_SUPPORT_VCE) in smu8_initialize_dpm_defaults()
Dvega12_hwmgr.c161 if (adev->pg_flags & AMD_PG_SUPPORT_VCE) in vega12_set_features_platform_caps()
Dvega20_hwmgr.c199 if (adev->pg_flags & AMD_PG_SUPPORT_VCE) in vega20_set_features_platform_caps()
Dvega10_hwmgr.c217 if (adev->pg_flags & AMD_PG_SUPPORT_VCE) in vega10_set_features_platform_caps()
Dsmu7_hwmgr.c1957 if (adev->pg_flags & AMD_PG_SUPPORT_VCE) in smu7_init_dpm_defaults()
/Linux-v6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
Dkv_dpm.c2832 pi->caps_vce_pg = (adev->pg_flags & AMD_PG_SUPPORT_VCE) ? true : false; in kv_dpm_init()