]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c
Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_semaphore.c
index d6d41a42ab6548bd9734aebc5d6f6f941d9a32c5..ff3ca52ec6fe5543ea85ed4a31e2c2dc2538a83f 100644 (file)
@@ -87,7 +87,7 @@ bool amdgpu_semaphore_emit_wait(struct amdgpu_ring *ring,
 
 void amdgpu_semaphore_free(struct amdgpu_device *adev,
                           struct amdgpu_semaphore **semaphore,
-                          struct amdgpu_fence *fence)
+                          struct fence *fence)
 {
        if (semaphore == NULL || *semaphore == NULL) {
                return;
This page took 0.035889 seconds and 4 git commands to generate.