diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c index 8bf84efafb04..b16366c2b4a0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c | |||
@@ -427,7 +427,7 @@ void amdgpu_sa_bo_dump_debug_info(struct amdgpu_sa_manager *sa_manager, | |||
427 | soffset, eoffset, eoffset - soffset); | 427 | soffset, eoffset, eoffset - soffset); |
428 | 428 | ||
429 | if (i->fence) | 429 | if (i->fence) |
430 | seq_printf(m, " protected by 0x%08x on context %d", | 430 | seq_printf(m, " protected by 0x%08x on context %llu", |
431 | i->fence->seqno, i->fence->context); | 431 | i->fence->seqno, i->fence->context); |
432 | 432 | ||
433 | seq_printf(m, "\n"); | 433 | seq_printf(m, "\n"); |