Searched refs:need_reset_on_init (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15.c | 881 .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 D | amdgpu.h | 572 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 D | soc21.c | 543 .need_reset_on_init = &soc21_need_reset_on_init,
|
H A D | nv.c | 632 .need_reset_on_init = &nv_need_reset_on_init,
|
H A D | cik.c | 1996 .need_reset_on_init = &cik_need_reset_on_init,
|
H A D | vi.c | 1449 .need_reset_on_init = &vi_need_reset_on_init,
|
H A D | si.c | 2012 .need_reset_on_init = &si_need_reset_on_init,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 620 bool (*need_reset_on_init)(struct amdgpu_device *adev); member 1165 #define amdgpu_asic_need_reset_on_init(adev) (adev)->asic_funcs->need_reset_on_init((adev))
|
H A D | soc15.c | 1022 .need_reset_on_init = &soc15_need_reset_on_init, 1046 .need_reset_on_init = &soc15_need_reset_on_init,
|
H A D | nv.c | 692 .need_reset_on_init = &nv_need_reset_on_init,
|
H A D | vi.c | 1099 .need_reset_on_init = &vi_need_reset_on_init,
|
H A D | cik.c | 1931 .need_reset_on_init = &cik_need_reset_on_init,
|
H A D | si.c | 1896 .need_reset_on_init = &si_need_reset_on_init,
|
Completed in 26 milliseconds