Searched refs:need_reset_on_init (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | soc15.c | 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,
|
| H A D | amdgpu_gmc.h | 175 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
|
| H A D | soc24.c | 357 .need_reset_on_init = &soc24_need_reset_on_init,
|
| H A D | amdgpu_gmc.c | 1423 if (adev->gmc.gmc_funcs->need_reset_on_init) in amdgpu_gmc_need_reset_on_init() 1424 return adev->gmc.gmc_funcs->need_reset_on_init(adev); in amdgpu_gmc_need_reset_on_init()
|
| H A D | amdgpu.h | 631 bool (*need_reset_on_init)(struct amdgpu_device *adev); member 1432 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
|
| H A D | soc21.c | 546 .need_reset_on_init = &soc21_need_reset_on_init,
|
| H A D | nv.c | 630 .need_reset_on_init = &nv_need_reset_on_init,
|
| H A D | cik.c | 1981 .need_reset_on_init = &cik_need_reset_on_init,
|
| H A D | vi.c | 1448 .need_reset_on_init = &vi_need_reset_on_init,
|
| H A D | si.c | 2012 .need_reset_on_init = &si_need_reset_on_init,
|
| H A D | gmc_v9_0.c | 1454 .need_reset_on_init = &gmc_v9_0_need_reset_on_init,
|