diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2016-08-05 05:30:17 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-19 12:33:22 -0400 |
commit | 3ad81f167e86e3ad81f2611896d57165c62f8244 (patch) | |
tree | 97faeff73a8af611390cf0ae284418a8194776a1 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | abc8c1ce48b6ab32224cd6902645f9acb8e7e686 (diff) |
drm/amdgpu: add need backup function V2
V2:
add checking if need backup in amdgpu_bo_create.
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 06a7cab3bcc7..6fa826846e6d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -2376,6 +2376,7 @@ amdgpu_get_sdma_instance(struct amdgpu_ring *ring) | |||
2376 | 2376 | ||
2377 | /* Common functions */ | 2377 | /* Common functions */ |
2378 | int amdgpu_gpu_reset(struct amdgpu_device *adev); | 2378 | int amdgpu_gpu_reset(struct amdgpu_device *adev); |
2379 | bool amdgpu_need_backup(struct amdgpu_device *adev); | ||
2379 | void amdgpu_pci_config_reset(struct amdgpu_device *adev); | 2380 | void amdgpu_pci_config_reset(struct amdgpu_device *adev); |
2380 | bool amdgpu_card_posted(struct amdgpu_device *adev); | 2381 | bool amdgpu_card_posted(struct amdgpu_device *adev); |
2381 | void amdgpu_update_display_priority(struct amdgpu_device *adev); | 2382 | void amdgpu_update_display_priority(struct amdgpu_device *adev); |