Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h406 int (*asic_reset_mode_2)(void *handle); member
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c220 if (!pp_funcs || !pp_funcs->asic_reset_mode_2) in amdgpu_dpm_mode2_reset()
225 ret = pp_funcs->asic_reset_mode_2(pp_handle); in amdgpu_dpm_mode2_reset()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c1642 .asic_reset_mode_2 = pp_asic_reset_mode_2,
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3169 .asic_reset_mode_2 = smu_mode2_reset,