diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-07-26 07:26:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-27 19:05:31 +0000 |
| commit | 3dc6d8352ea9e5508005ff487c8b931918b5eb74 (patch) | |
| tree | 1c88ee6b4c21597ff8a51f12706fd0abb835ef36 /drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | |
| parent | drm/amdgpu: set completion status as preempted for the resubmission (diff) | |
| download | kernel-3dc6d8352ea9e5508005ff487c8b931918b5eb74.tar.gz kernel-3dc6d8352ea9e5508005ff487c8b931918b5eb74.zip | |
drm/amdgpu: Fix non-standard format specifiers in 'amdgpu_show_fdinfo'
Fixes the following:
WARNING: %Lu is non-standard C, use %llu
+ seq_printf(m, "drm-client-id:\t%Lu\n", vm->immediate.fence_context);
WARNING: %Ld is non-standard C, use %lld
+ seq_printf(m, "drm-engine-%s:\t%Ld ns\n", amdgpu_ip_name[hw_ip],
Cc: Guchun Chen <[email protected]>
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Guchun Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c')
0 files changed, 0 insertions, 0 deletions
