Home
last modified time | relevance | path

Searched refs:asic_reset_mode_2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c241 if (!pp_funcs || !pp_funcs->asic_reset_mode_2) in amdgpu_dpm_mode2_reset()
246 ret = pp_funcs->asic_reset_mode_2(pp_handle); in amdgpu_dpm_mode2_reset()
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h473 int (*asic_reset_mode_2)(void *handle); member
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3741 .asic_reset_mode_2 = smu_mode2_reset,