mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm/amdgpu: remove spurious line in amdgpu_ring_find_guilty_fence()
Copy-paste error.
Fixes: 36ed61b1c0 ("drm/amdgpu/fence: add helper to extract the guilty fence")
Reviewed-by: Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f44f2af13c
commit
cb35001b40
|
|
@ -842,7 +842,6 @@ amdgpu_ring_find_guilty_fence(struct amdgpu_ring *ring)
|
|||
|
||||
last_seq = amdgpu_fence_read(ring) & ring->fence_drv.num_fences_mask;
|
||||
seq = ring->fence_drv.sync_seq & ring->fence_drv.num_fences_mask;
|
||||
ring->ring_backup_entries_to_copy = 0;
|
||||
|
||||
do {
|
||||
last_seq++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user