aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 4addac5f6763..80f2ceaf6af6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -441,7 +441,7 @@ int amdgpu_fence_wait_empty(struct amdgpu_ring *ring);
441unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); 441unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring);
442 442
443signed long amdgpu_fence_wait_multiple(struct amdgpu_device *adev, 443signed long amdgpu_fence_wait_multiple(struct amdgpu_device *adev,
444 struct amdgpu_fence **array, 444 struct fence **array,
445 uint32_t count, 445 uint32_t count,
446 bool wait_all, 446 bool wait_all,
447 bool intr, 447 bool intr,
@@ -654,7 +654,7 @@ struct amdgpu_sa_bo {
654 struct amdgpu_sa_manager *manager; 654 struct amdgpu_sa_manager *manager;
655 unsigned soffset; 655 unsigned soffset;
656 unsigned eoffset; 656 unsigned eoffset;
657 struct amdgpu_fence *fence; 657 struct fence *fence;
658}; 658};
659 659
660/* 660/*
@@ -696,7 +696,7 @@ bool amdgpu_semaphore_emit_wait(struct amdgpu_ring *ring,
696 struct amdgpu_semaphore *semaphore); 696 struct amdgpu_semaphore *semaphore);
697void amdgpu_semaphore_free(struct amdgpu_device *adev, 697void amdgpu_semaphore_free(struct amdgpu_device *adev,
698 struct amdgpu_semaphore **semaphore, 698 struct amdgpu_semaphore **semaphore,
699 struct amdgpu_fence *fence); 699 struct fence *fence);
700 700
701/* 701/*
702 * Synchronization 702 * Synchronization
@@ -717,7 +717,7 @@ int amdgpu_sync_resv(struct amdgpu_device *adev,
717int amdgpu_sync_rings(struct amdgpu_sync *sync, 717int amdgpu_sync_rings(struct amdgpu_sync *sync,
718 struct amdgpu_ring *ring); 718 struct amdgpu_ring *ring);
719void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, 719void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync,
720 struct amdgpu_fence *fence); 720 struct fence *fence);
721 721
722/* 722/*
723 * GART structures, functions & helpers 723 * GART structures, functions & helpers