Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
Damd_shared.h150 #define AMD_PG_SUPPORT_UVD (1 << 3) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Duvd_v4_2.c697 if (adev->pg_flags & AMD_PG_SUPPORT_UVD && !adev->pm.dpm_enabled) { in uvd_v4_2_set_powergating_state()
708 if (adev->pg_flags & AMD_PG_SUPPORT_UVD && !adev->pm.dpm_enabled) { in uvd_v4_2_set_powergating_state()
Duvd_v5_0.c633 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in uvd_v5_0_enable_clock_gating()
Dcik.c2032 AMD_PG_SUPPORT_UVD | in cik_common_early_init()
2067 AMD_PG_SUPPORT_UVD | in cik_common_early_init()
Dvi.c1284 AMD_PG_SUPPORT_UVD | in vi_common_early_init()
1308 AMD_PG_SUPPORT_UVD | in vi_common_early_init()
Duvd_v6_0.c1294 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in uvd_v6_0_enable_clock_gating()
Duvd_v7_0.c1731 if (!(adev->pg_flags & AMD_PG_SUPPORT_UVD))
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu8_hwmgr.c238 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in smu8_initialize_dpm_defaults()
Dvega12_hwmgr.c155 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) { in vega12_set_features_platform_caps()
Dvega20_hwmgr.c196 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in vega20_set_features_platform_caps()
Dvega10_hwmgr.c214 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in vega10_set_features_platform_caps()
Dsmu7_hwmgr.c1770 if (adev->pg_flags & AMD_PG_SUPPORT_UVD) in smu7_init_dpm_defaults()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
Dkv_dpm.c2828 pi->caps_uvd_pg = (adev->pg_flags & AMD_PG_SUPPORT_UVD) ? true : false; in kv_dpm_init()