Re: [Intel-gfx] [PATCH i-g-t] lib: Use unsigned gen for forward compatible tests

2020-08-10 Thread Zbigniew Kempczyński
On Thu, Aug 06, 2020 at 03:45:29PM +0100, Chris Wilson wrote: > Unknown, so future, gen are marked as -1 which we want to treat as -1u > so that always pass >= gen checks. Do we really want to enable the tests when platform is not fully enabled in IGT? -- Zbigniew > > Closes: https://gitlab.fre

[Intel-gfx] [PATCH i-g-t] lib: Use unsigned gen for forward compatible tests

2020-08-06 Thread Chris Wilson
Unknown, so future, gen are marked as -1 which we want to treat as -1u so that always pass >= gen checks. Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/2298 Signed-off-by: Chris Wilson Cc: Zbigniew Kempczyński --- lib/intel_batchbuffer.c | 10 +- lib/intel_batchbuffer.h | 10