Files
kernel_arpi/drivers/gpu/drm/amd/amdgpu
Kevin Wang 5e1d763c38 drm/amdgpu: fix amdgpu trace event print string format error
[ Upstream commit 2c2fdb8bca ]

the trace event print string format error.
(use integer type to handle string)

before:
amdgpu_test_kev-1556  [002]   138.508781: amdgpu_cs_ioctl:
sched_job=8, timeline=gfx_0.0.0, context=177, seqno=1,
ring_name=ffff94d01c207bf0, num_ibs=2

after:
amdgpu_test_kev-1506  [004]   370.703783: amdgpu_cs_ioctl:
sched_job=12, timeline=gfx_0.0.0, context=234, seqno=2,
ring_name=gfx_0.0.0, num_ibs=1

change trace event list:
1.amdgpu_cs_ioctl
2.amdgpu_sched_run_job
3.amdgpu_ib_pipe_sync

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-31 16:44:11 +01:00
..
2019-09-25 17:51:41 -07:00
2019-08-22 17:15:06 -05:00
2019-06-20 11:36:22 -05:00
2019-06-20 11:36:22 -05:00
2019-08-27 08:17:14 -05:00
2019-01-14 10:58:37 +01:00
2019-06-10 23:00:01 +02:00
2019-06-22 09:34:14 -05:00
2019-06-20 21:16:38 -05:00
2019-08-29 15:52:32 -05:00