Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c881 .need_reset_on_init = &soc15_need_reset_on_init,
902 .need_reset_on_init = &soc15_need_reset_on_init,
923 .need_reset_on_init = &soc15_need_reset_on_init,
H A Damdgpu.h572 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
1272 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
H A Dsoc21.c541 .need_reset_on_init = &soc21_need_reset_on_init,
H A Dnv.c632 .need_reset_on_init = &nv_need_reset_on_init,
H A Dcik.c1996 .need_reset_on_init = &cik_need_reset_on_init,
H A Dvi.c1449 .need_reset_on_init = &vi_need_reset_on_init,
H A Dsi.c2012 .need_reset_on_init = &si_need_reset_on_init,