need_reset_on_init  580 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	bool (*need_reset_on_init)(struct amdgpu_device *adev);
need_reset_on_init 1153 drivers/gpu/drm/amd/amdgpu/amdgpu.h #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
need_reset_on_init 1843 drivers/gpu/drm/amd/amdgpu/cik.c 	.need_reset_on_init = &cik_need_reset_on_init,
need_reset_on_init  581 drivers/gpu/drm/amd/amdgpu/nv.c 	.need_reset_on_init = &nv_need_reset_on_init,
need_reset_on_init 1415 drivers/gpu/drm/amd/amdgpu/si.c 	.need_reset_on_init = &si_need_reset_on_init,
need_reset_on_init  980 drivers/gpu/drm/amd/amdgpu/soc15.c 	.need_reset_on_init = &soc15_need_reset_on_init,
need_reset_on_init 1000 drivers/gpu/drm/amd/amdgpu/soc15.c 	.need_reset_on_init = &soc15_need_reset_on_init,
need_reset_on_init 1043 drivers/gpu/drm/amd/amdgpu/vi.c 	.need_reset_on_init = &vi_need_reset_on_init,