Home
last modified time | relevance | path

Searched refs:amdgpu_vcn_suspend (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vcn.h394 int amdgpu_vcn_suspend(struct amdgpu_device *adev);
Dvcn_v4_0_3.c188 r = amdgpu_vcn_suspend(adev); in vcn_v4_0_3_sw_fini()
296 r = amdgpu_vcn_suspend(adev); in vcn_v4_0_3_suspend()
Dvcn_v1_0.c179 r = amdgpu_vcn_suspend(adev); in vcn_v1_0_sw_fini()
272 r = amdgpu_vcn_suspend(adev); in vcn_v1_0_suspend()
Dvcn_v2_0.c210 r = amdgpu_vcn_suspend(adev); in vcn_v2_0_sw_fini()
298 r = amdgpu_vcn_suspend(adev); in vcn_v2_0_suspend()
Dvcn_v4_0.c231 r = amdgpu_vcn_suspend(adev); in vcn_v4_0_sw_fini()
341 r = amdgpu_vcn_suspend(adev); in vcn_v4_0_suspend()
Dvcn_v2_5.c273 r = amdgpu_vcn_suspend(adev); in vcn_v2_5_sw_fini()
381 r = amdgpu_vcn_suspend(adev); in vcn_v2_5_suspend()
Dvcn_v3_0.c279 r = amdgpu_vcn_suspend(adev); in vcn_v3_0_sw_fini()
414 r = amdgpu_vcn_suspend(adev); in vcn_v3_0_suspend()
Damdgpu_vcn.c289 int amdgpu_vcn_suspend(struct amdgpu_device *adev) in amdgpu_vcn_suspend() function