Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h420 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable);
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c1286 amdgpu_dpm_enable_uvd(adev, false); in amdgpu_uvd_idle_work_handler()
1311 amdgpu_dpm_enable_uvd(adev, true); in amdgpu_uvd_ring_begin_use()
Dvcn_v1_0.c262 amdgpu_dpm_enable_uvd(adev, false); in vcn_v1_0_suspend()
1816 amdgpu_dpm_enable_uvd(adev, false); in vcn_v1_0_idle_work_handler()
1846 amdgpu_dpm_enable_uvd(adev, true); in vcn_v1_0_set_pg_for_begin_use()
Duvd_v3_1.c728 amdgpu_dpm_enable_uvd(adev, false); in uvd_v3_1_suspend()
Duvd_v4_2.c242 amdgpu_dpm_enable_uvd(adev, false); in uvd_v4_2_suspend()
Duvd_v5_0.c240 amdgpu_dpm_enable_uvd(adev, false); in uvd_v5_0_suspend()
Dvcn_v4_0.c999 amdgpu_dpm_enable_uvd(adev, true); in vcn_v4_0_start()
1477 amdgpu_dpm_enable_uvd(adev, false); in vcn_v4_0_stop()
Dvcn_v2_0.c938 amdgpu_dpm_enable_uvd(adev, true); in vcn_v2_0_start()
1195 amdgpu_dpm_enable_uvd(adev, false); in vcn_v2_0_stop()
Dvcn_v2_5.c924 amdgpu_dpm_enable_uvd(adev, true); in vcn_v2_5_start()
1397 amdgpu_dpm_enable_uvd(adev, false); in vcn_v2_5_stop()
Dvcn_v3_0.c1101 amdgpu_dpm_enable_uvd(adev, true); in vcn_v3_0_start()
1591 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.c632 amdgpu_dpm_enable_uvd(adev, false); in uvd_v7_0_suspend()
/linux-6.1.9/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c466 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable) in amdgpu_dpm_enable_uvd() function