Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dsmu_v13_0_10.c112 return amdgpu_dpm_mode2_reset(adev); in smu_v13_0_10_mode2_reset()
Dsienna_cichlid.c137 return amdgpu_dpm_mode2_reset(adev); in sienna_cichlid_mode2_reset()
Daldebaran.c139 adev->asic_reset_res = amdgpu_dpm_mode2_reset(adev); in aldebaran_mode2_reset()
Dsoc24.c232 ret = amdgpu_dpm_mode2_reset(adev); in soc24_asic_reset()
Dsoc21.c417 ret = amdgpu_dpm_mode2_reset(adev); in soc21_asic_reset()
Dnv.c422 ret = amdgpu_dpm_mode2_reset(adev); in nv_asic_mode2_reset()
Dsoc15.c618 return amdgpu_dpm_mode2_reset(adev); in soc15_asic_reset()
/linux-6.12.1/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h411 int amdgpu_dpm_mode2_reset(struct amdgpu_device *adev);
/linux-6.12.1/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c235 int amdgpu_dpm_mode2_reset(struct amdgpu_device *adev) in amdgpu_dpm_mode2_reset() function