Re: [Intel-gfx] [PATCH i-g-t] tests/kms_cursor_crc: Open DRM device with DRIVER_ANY

2018-08-14 Thread Daniel Vetter
On Sun, Aug 12, 2018 at 11:03:41PM +0300, Haneen Mohammed wrote: > So that this test can be run in drivers other than i915. > Remove devid and only check it if the driver is i915. > > Signed-off-by: Haneen Mohammed > --- > tests/kms_cursor_crc.c | 31 +-- > 1 file

[Intel-gfx] [PATCH i-g-t] tests/kms_cursor_crc: Open DRM device with DRIVER_ANY

2018-08-13 Thread Haneen Mohammed
So that this test can be run in drivers other than i915. Remove devid and only check it if the driver is i915. Signed-off-by: Haneen Mohammed --- tests/kms_cursor_crc.c | 31 +-- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/tests/kms_cursor_crc.c