Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.h180 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
H A Dsoc24.c357 .need_reset_on_init = &soc24_need_reset_on_init,
H A Damdgpu_gmc.c1446 if (adev->gmc.gmc_funcs->need_reset_on_init) in amdgpu_gmc_need_reset_on_init()
1447 return adev->gmc.gmc_funcs->need_reset_on_init(adev); in amdgpu_gmc_need_reset_on_init()
H A Damdgpu.h688 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
1530 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
H A Dsoc21.c546 .need_reset_on_init = &soc21_need_reset_on_init,
H A Dnv.c630 .need_reset_on_init = &nv_need_reset_on_init,
H A Dcik.c1981 .need_reset_on_init = &cik_need_reset_on_init,
H A Dgmc_v9_0.c1401 .need_reset_on_init = &gmc_v9_0_need_reset_on_init,
H A Dvi.c1448 .need_reset_on_init = &vi_need_reset_on_init,
H A Dsi.c2027 .need_reset_on_init = &si_need_reset_on_init,