Searched refs:need_reset_on_init (Results 1 – 5 of 5) sorted by relevance
910 .need_reset_on_init = &soc15_need_reset_on_init,931 .need_reset_on_init = &soc15_need_reset_on_init,951 .need_reset_on_init = &soc15_need_reset_on_init,
185 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
1449 if (adev->gmc.gmc_funcs->need_reset_on_init) in amdgpu_gmc_need_reset_on_init()1450 return adev->gmc.gmc_funcs->need_reset_on_init(adev); in amdgpu_gmc_need_reset_on_init()
690 bool (*need_reset_on_init)(struct amdgpu_device *adev); member1546 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
1400 .need_reset_on_init = &gmc_v9_0_need_reset_on_init,