diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h index 19a584cd4527..2b212b04ce54 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |||
@@ -176,4 +176,7 @@ bool amdgpu_ucode_hdr_version(union amdgpu_firmware_header *hdr, | |||
176 | int amdgpu_ucode_init_bo(struct amdgpu_device *adev); | 176 | int amdgpu_ucode_init_bo(struct amdgpu_device *adev); |
177 | int amdgpu_ucode_fini_bo(struct amdgpu_device *adev); | 177 | int amdgpu_ucode_fini_bo(struct amdgpu_device *adev); |
178 | 178 | ||
179 | enum amdgpu_firmware_load_type | ||
180 | amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type); | ||
181 | |||
179 | #endif | 182 | #endif |