Searched refs:need_reset_on_init (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | soc15.c | 915 .need_reset_on_init = &soc15_need_reset_on_init, 936 .need_reset_on_init = &soc15_need_reset_on_init, 956 .need_reset_on_init = &soc15_need_reset_on_init,
|
| A D | amdgpu_gmc.h | 180 bool (*need_reset_on_init)(struct amdgpu_device *adev); member
|
| A D | soc24.c | 357 .need_reset_on_init = &soc24_need_reset_on_init,
|
| A D | amdgpu_gmc.c | 1446 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()
|
| A D | amdgpu.h | 688 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))
|
| A D | soc21.c | 546 .need_reset_on_init = &soc21_need_reset_on_init,
|
| A D | nv.c | 630 .need_reset_on_init = &nv_need_reset_on_init,
|
| A D | cik.c | 1981 .need_reset_on_init = &cik_need_reset_on_init,
|
| A D | vi.c | 1448 .need_reset_on_init = &vi_need_reset_on_init,
|
| A D | gmc_v9_0.c | 1401 .need_reset_on_init = &gmc_v9_0_need_reset_on_init,
|
| A D | si.c | 2027 .need_reset_on_init = &si_need_reset_on_init,
|
Completed in 38 milliseconds