Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c880 .need_reset_on_init = &soc15_need_reset_on_init,
901 .need_reset_on_init = &soc15_need_reset_on_init,
921 .need_reset_on_init = &soc15_need_reset_on_init,
H A Damdgpu.h614 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
1381 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
H A Dsoc21.c550 .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 Dvi.c1448 .need_reset_on_init = &vi_need_reset_on_init,
H A Dsi.c2012 .need_reset_on_init = &si_need_reset_on_init,