Searched refs:need_reset_on_init (Results 1 – 4 of 4) sorted by relevance
634 bool (*need_reset_on_init)(struct amdgpu_device *adev); member1395 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
1524 if (adev->gmc.gmc_funcs->need_reset_on_init) in amdgpu_gmc_need_reset_on_init()1525 return adev->gmc.gmc_funcs->need_reset_on_init(adev); in amdgpu_gmc_need_reset_on_init()
580 .need_reset_on_init = &soc21_need_reset_on_init,
1341 .need_reset_on_init = &gmc_v9_0_need_reset_on_init,