Re: [PATCH libdrm 4/7] tests/amdgpu: fix bad sign comparisons

2018-01-26 Thread Christian König
Am 26.01.2018 um 18:15 schrieb Eric Engestrom: On Friday, 2018-01-26 12:38:35 +0100, Christian König wrote: Am 26.01.2018 um 12:32 schrieb Eric Engestrom: Signed-off-by: Eric Engestrom --- tests/amdgpu/cs_tests.c | 2 +- tests/amdgpu/uvd_enc_tests.c | 10 +- tests/amdgpu/v

Re: [PATCH libdrm 4/7] tests/amdgpu: fix bad sign comparisons

2018-01-26 Thread Eric Engestrom
On Friday, 2018-01-26 12:38:35 +0100, Christian König wrote: > Am 26.01.2018 um 12:32 schrieb Eric Engestrom: > > Signed-off-by: Eric Engestrom > > --- > > tests/amdgpu/cs_tests.c | 2 +- > > tests/amdgpu/uvd_enc_tests.c | 10 +- > > tests/amdgpu/vce_tests.c | 10 +- >

Re: [PATCH libdrm 4/7] tests/amdgpu: fix bad sign comparisons

2018-01-26 Thread Christian König
Am 26.01.2018 um 12:32 schrieb Eric Engestrom: Signed-off-by: Eric Engestrom --- tests/amdgpu/cs_tests.c | 2 +- tests/amdgpu/uvd_enc_tests.c | 10 +- tests/amdgpu/vce_tests.c | 10 +- tests/amdgpu/vcn_tests.c | 4 ++-- 4 files changed, 13 insertions(+), 13 d

[PATCH libdrm 4/7] tests/amdgpu: fix bad sign comparisons

2018-01-26 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- tests/amdgpu/cs_tests.c | 2 +- tests/amdgpu/uvd_enc_tests.c | 10 +- tests/amdgpu/vce_tests.c | 10 +- tests/amdgpu/vcn_tests.c | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/amdgpu/cs_tests.c b/te