Re: [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-08-21 Thread Geert Uytterhoeven
Hi Christian, On Fri, Jul 7, 2023 at 9:36 PM Geert Uytterhoeven wrote: > On Fri, Jul 7, 2023 at 2:06 PM Christian König > wrote: > > Am 06.07.23 um 10:36 schrieb Geert Uytterhoeven: > > > On 32-bit: > > > > > > ../tests/amdgpu/amdgpu_stress.c: In function ‘alloc_bo’: > > >

Re: [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-08-21 Thread Geert Uytterhoeven
Hi Christian, On Mon, Aug 21, 2023 at 11:34 AM Christian König wrote: > Am 21.08.23 um 11:14 schrieb Geert Uytterhoeven: > > On Fri, Jul 7, 2023 at 9:36 PM Geert Uytterhoeven > > wrote: > >> On Fri, Jul 7, 2023 at 2:06 PM Christian König > >> wrote: > >>> Am 06.07.23 um 10:36 schrieb Geert

Re: [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-08-21 Thread Christian König
Am 21.08.23 um 11:48 schrieb Geert Uytterhoeven: Hi Christian, On Mon, Aug 21, 2023 at 11:34 AM Christian König wrote: Am 21.08.23 um 11:14 schrieb Geert Uytterhoeven: On Fri, Jul 7, 2023 at 9:36 PM Geert Uytterhoeven wrote: On Fri, Jul 7, 2023 at 2:06 PM Christian König wrote: Am

Re: [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-08-21 Thread Christian König
Am 21.08.23 um 11:14 schrieb Geert Uytterhoeven: Hi Christian, On Fri, Jul 7, 2023 at 9:36 PM Geert Uytterhoeven wrote: On Fri, Jul 7, 2023 at 2:06 PM Christian König wrote: Am 06.07.23 um 10:36 schrieb Geert Uytterhoeven: On 32-bit: ../tests/amdgpu/amdgpu_stress.c: In function

Re: [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-07-07 Thread Geert Uytterhoeven
Hi Christian, On Fri, Jul 7, 2023 at 2:06 PM Christian König wrote: > Am 06.07.23 um 10:36 schrieb Geert Uytterhoeven: > > On 32-bit: > > > > ../tests/amdgpu/amdgpu_stress.c: In function ‘alloc_bo’: > > ../tests/amdgpu/amdgpu_stress.c:178:49: warning: format ‘%lx’ expects > > argument

Re: [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-07-07 Thread Christian König
Am 06.07.23 um 10:36 schrieb Geert Uytterhoeven: On 32-bit: ../tests/amdgpu/amdgpu_stress.c: In function ‘alloc_bo’: ../tests/amdgpu/amdgpu_stress.c:178:49: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long long

[PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t

2023-07-06 Thread Geert Uytterhoeven
On 32-bit: ../tests/amdgpu/amdgpu_stress.c: In function ‘alloc_bo’: ../tests/amdgpu/amdgpu_stress.c:178:49: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] fprintf(stdout, "Allocated