Home
last modified time | relevance | path

Searched refs:amdgpu_dpm_mode2_reset (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsienna_cichlid.c131 return amdgpu_dpm_mode2_reset(adev); in sienna_cichlid_mode2_reset()
H A Dsmu_v13_0_10.c106 return amdgpu_dpm_mode2_reset(adev); in smu_v13_0_10_mode2_reset()
H A Daldebaran.c147 adev->asic_reset_res = amdgpu_dpm_mode2_reset(adev); in aldebaran_mode2_reset()
H A Dsoc21.c450 ret = amdgpu_dpm_mode2_reset(adev); in soc21_asic_reset()
H A Dsoc15.c644 return amdgpu_dpm_mode2_reset(adev); in soc15_asic_reset()
/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h414 int amdgpu_dpm_mode2_reset(struct amdgpu_device *adev);
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c228 int amdgpu_dpm_mode2_reset(struct amdgpu_device *adev) in amdgpu_dpm_mode2_reset() function