Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c1246 amdgpu_dpm_enable_uvd(adev, false); in amdgpu_uvd_idle_work_handler()
1271 amdgpu_dpm_enable_uvd(adev, true); in amdgpu_uvd_ring_begin_use()
Duvd_v3_1.c715 amdgpu_dpm_enable_uvd(adev, false); in uvd_v3_1_hw_fini()
Duvd_v4_2.c229 amdgpu_dpm_enable_uvd(adev, false); in uvd_v4_2_hw_fini()
Duvd_v5_0.c227 amdgpu_dpm_enable_uvd(adev, false); in uvd_v5_0_hw_fini()
Dvcn_v1_0.c1813 amdgpu_dpm_enable_uvd(adev, false); in vcn_v1_0_idle_work_handler()
1843 amdgpu_dpm_enable_uvd(adev, true); in vcn_v1_0_set_pg_for_begin_use()
Dvcn_v2_0.c934 amdgpu_dpm_enable_uvd(adev, true); in vcn_v2_0_start()
1189 amdgpu_dpm_enable_uvd(adev, false); in vcn_v2_0_stop()
Dvcn_v2_5.c917 amdgpu_dpm_enable_uvd(adev, true); in vcn_v2_5_start()
1390 amdgpu_dpm_enable_uvd(adev, false); in vcn_v2_5_stop()
Dvcn_v3_0.c1118 amdgpu_dpm_enable_uvd(adev, true); in vcn_v3_0_start()
1607 amdgpu_dpm_enable_uvd(adev, false); in vcn_v3_0_stop()
Duvd_v6_0.c560 amdgpu_dpm_enable_uvd(adev, false); in uvd_v6_0_hw_fini()
Duvd_v7_0.c623 amdgpu_dpm_enable_uvd(adev, false); in uvd_v7_0_hw_fini()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h564 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable);
/Linux-v5.15/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c1509 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable) in amdgpu_dpm_enable_uvd() function