Home
last modified time | relevance | path

Searched refs:need_reset_on_init (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c910 .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,
H A Damdgpu_gmc.h185 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
H A Damdgpu_gmc.c1449 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()
H A Damdgpu.h690 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
1546 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
H A Dgmc_v9_0.c1400 .need_reset_on_init = &gmc_v9_0_need_reset_on_init,