Re: [PATCH v8 10/10] drm/amdgpu: update trace format to match gpu_scheduler_trace

2025-03-20 Thread Christian König
Am 20.03.25 um 10:58 schrieb Pierre-Eric Pelloux-Prayer: > Log fences using the same format for coherency. > > Signed-off-by: Pierre-Eric Pelloux-Prayer Oh, good catch! It's like a decade or so that we switched to 64bit sequence numbers :) Reviewed-by: Christian König > --- > drivers/gpu/drm

[PATCH v8 10/10] drm/amdgpu: update trace format to match gpu_scheduler_trace

2025-03-20 Thread Pierre-Eric Pelloux-Prayer
Log fences using the same format for coherency. Signed-off-by: Pierre-Eric Pelloux-Prayer --- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h b/drivers/gpu/drm/amd/am