Searched refs:amdgpu_reset_control (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_reset.h | 48 int (*prepare_env)(struct amdgpu_reset_control *reset_ctl, 50 int (*prepare_hwcontext)(struct amdgpu_reset_control *reset_ctl, 52 int (*perform_reset)(struct amdgpu_reset_control *reset_ctl, 54 int (*restore_hwcontext)(struct amdgpu_reset_control *reset_ctl, 56 int (*restore_env)(struct amdgpu_reset_control *reset_ctl, 62 struct amdgpu_reset_control { struct 70 struct amdgpu_reset_control *reset_ctl, argument 100 int amdgpu_reset_add_handler(struct amdgpu_reset_control *reset_ctl,
|
D | sienna_cichlid.c | 34 static bool sienna_cichlid_is_mode2_default(struct amdgpu_reset_control *reset_ctl) in sienna_cichlid_is_mode2_default() 47 sienna_cichlid_get_reset_handler(struct amdgpu_reset_control *reset_ctl, in sienna_cichlid_get_reset_handler() 100 sienna_cichlid_mode2_prepare_hwcontext(struct amdgpu_reset_control *reset_ctl, in sienna_cichlid_mode2_prepare_hwcontext() 120 struct amdgpu_reset_control *reset_ctl = in sienna_cichlid_async_reset() 121 container_of(work, struct amdgpu_reset_control, reset_work); in sienna_cichlid_async_reset() 142 sienna_cichlid_mode2_perform_reset(struct amdgpu_reset_control *reset_ctl, in sienna_cichlid_mode2_perform_reset() 236 sienna_cichlid_mode2_restore_hwcontext(struct amdgpu_reset_control *reset_ctl, in sienna_cichlid_mode2_restore_hwcontext() 286 struct amdgpu_reset_control *reset_ctl; in sienna_cichlid_reset_init()
|
D | aldebaran.c | 34 static bool aldebaran_is_mode2_default(struct amdgpu_reset_control *reset_ctl) in aldebaran_is_mode2_default() 46 aldebaran_get_reset_handler(struct amdgpu_reset_control *reset_ctl, in aldebaran_get_reset_handler() 107 aldebaran_mode2_prepare_hwcontext(struct amdgpu_reset_control *reset_ctl, in aldebaran_mode2_prepare_hwcontext() 124 struct amdgpu_reset_control *reset_ctl = in aldebaran_async_reset() 125 container_of(work, struct amdgpu_reset_control, reset_work); in aldebaran_async_reset() 147 aldebaran_mode2_perform_reset(struct amdgpu_reset_control *reset_ctl, in aldebaran_mode2_perform_reset() 331 aldebaran_mode2_restore_hwcontext(struct amdgpu_reset_control *reset_ctl, in aldebaran_mode2_restore_hwcontext() 400 struct amdgpu_reset_control *reset_ctl; in aldebaran_reset_init()
|
D | amdgpu_reset.c | 28 int amdgpu_reset_add_handler(struct amdgpu_reset_control *reset_ctl, in amdgpu_reset_add_handler()
|
D | amdgpu.h | 292 struct amdgpu_reset_control; 1037 struct amdgpu_reset_control *reset_cntl;
|