diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index b61b5c11aead..0a7c285c0454 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |||
@@ -41,6 +41,12 @@ | |||
41 | struct amdgpu_rlc_funcs { | 41 | struct amdgpu_rlc_funcs { |
42 | void (*enter_safe_mode)(struct amdgpu_device *adev); | 42 | void (*enter_safe_mode)(struct amdgpu_device *adev); |
43 | void (*exit_safe_mode)(struct amdgpu_device *adev); | 43 | void (*exit_safe_mode)(struct amdgpu_device *adev); |
44 | int (*init)(struct amdgpu_device *adev); | ||
45 | void (*fini)(struct amdgpu_device *adev); | ||
46 | int (*resume)(struct amdgpu_device *adev); | ||
47 | void (*stop)(struct amdgpu_device *adev); | ||
48 | void (*reset)(struct amdgpu_device *adev); | ||
49 | void (*start)(struct amdgpu_device *adev); | ||
44 | }; | 50 | }; |
45 | 51 | ||
46 | struct amdgpu_rlc { | 52 | struct amdgpu_rlc { |