]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c
drm/amdgpu: remove v_seq handling from the scheduler v2
[karo-tx-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_sa.c
index b7cbaa9d532e420cf2dadd57ebf7c1e3d0e39f8b..26b17939c9c9586bb0155b48b717916248f3ca8f 100644 (file)
@@ -435,8 +435,8 @@ void amdgpu_sa_bo_dump_debug_info(struct amdgpu_sa_manager *sa_manager,
                                seq_printf(m, " protected by 0x%016llx on ring %d",
                                           a_fence->seq, a_fence->ring->idx);
                        if (s_fence)
-                               seq_printf(m, " protected by 0x%016llx on ring %d",
-                                          s_fence->v_seq,
+                               seq_printf(m, " protected by 0x%016x on ring %d",
+                                          s_fence->base.seqno,
                                           s_fence->entity->scheduler->ring_id);
 
                }