Home
last modified time | relevance | path

Searched refs:amdgpu_dpm_enable_uvd (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c1271 amdgpu_dpm_enable_uvd(adev, false); in amdgpu_uvd_idle_work_handler()
1296 amdgpu_dpm_enable_uvd(adev, true); in amdgpu_uvd_ring_begin_use()
Dvcn_v1_0.c265 amdgpu_dpm_enable_uvd(adev, false); in vcn_v1_0_suspend()
1819 amdgpu_dpm_enable_uvd(adev, false); in vcn_v1_0_idle_work_handler()
1849 amdgpu_dpm_enable_uvd(adev, true); in vcn_v1_0_set_pg_for_begin_use()
Duvd_v4_2.c242 amdgpu_dpm_enable_uvd(adev, false); in uvd_v4_2_suspend()
Duvd_v3_1.c728 amdgpu_dpm_enable_uvd(adev, false); in uvd_v3_1_suspend()
Duvd_v5_0.c240 amdgpu_dpm_enable_uvd(adev, false); in uvd_v5_0_suspend()
Dvcn_v4_0_3.c1050 amdgpu_dpm_enable_uvd(adev, true); in vcn_v4_0_3_start()
1324 amdgpu_dpm_enable_uvd(adev, false); in vcn_v4_0_3_stop()
Dvcn_v4_0.c1049 amdgpu_dpm_enable_uvd(adev, true); in vcn_v4_0_start()
1529 amdgpu_dpm_enable_uvd(adev, false); in vcn_v4_0_stop()
Dvcn_v2_0.c939 amdgpu_dpm_enable_uvd(adev, true); in vcn_v2_0_start()
1196 amdgpu_dpm_enable_uvd(adev, false); in vcn_v2_0_stop()
Dvcn_v2_5.c970 amdgpu_dpm_enable_uvd(adev, true); in vcn_v2_5_start()
1443 amdgpu_dpm_enable_uvd(adev, false); in vcn_v2_5_stop()
Dvcn_v3_0.c1102 amdgpu_dpm_enable_uvd(adev, true); in vcn_v3_0_start()
1592 amdgpu_dpm_enable_uvd(adev, false); in vcn_v3_0_stop()
Duvd_v6_0.c564 amdgpu_dpm_enable_uvd(adev, false); in uvd_v6_0_suspend()
Duvd_v7_0.c634 amdgpu_dpm_enable_uvd(adev, false); in uvd_v7_0_suspend()
/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h426 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable);
/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c514 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable) in amdgpu_dpm_enable_uvd() function