Home
last modified time | relevance | path

Searched refs:AMD_PG_SUPPORT_UVD (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h157 #define AMD_PG_SUPPORT_UVD (1 << 3) macro
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v4_2.c727 if (adev->pg_flags & AMD_PG_SUPPORT_UVD && !adev->pm.dpm_enabled) { in uvd_v4_2_set_powergating_state()
738 if (adev->pg_flags & AMD_PG_SUPPORT_UVD && !adev->pm.dpm_enabled) { in uvd_v4_2_set_powergating_state()
H A Dcik.c2082 AMD_PG_SUPPORT_UVD | in cik_common_early_init()
2117 AMD_PG_SUPPORT_UVD | in cik_common_early_init()
H A Duvd_v5_0.c662 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in uvd_v5_0_enable_clock_gating()
H A Dvi.c1642 AMD_PG_SUPPORT_UVD | in vi_common_early_init()
1666 AMD_PG_SUPPORT_UVD | in vi_common_early_init()
H A Duvd_v6_0.c1320 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in uvd_v6_0_enable_clock_gating()
H A Duvd_v7_0.c1761 if (!(adev->pg_flags & AMD_PG_SUPPORT_UVD))
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c238 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in smu8_initialize_dpm_defaults()
H A Dvega12_hwmgr.c154 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) { in vega12_set_features_platform_caps()
H A Dvega20_hwmgr.c195 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in vega20_set_features_platform_caps()
H A Dvega10_hwmgr.c213 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in vega10_set_features_platform_caps()
H A Dsmu7_hwmgr.c1952 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in smu7_init_dpm_defaults()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c2830 pi->caps_uvd_pg = (adev->pg_flags & AMD_PG_SUPPORT_UVD) ? true : false; in kv_dpm_init()