[Intel-gfx] [PATCH igt] tests/gem_mmap_wc: don't fail if the Kernel is too old for the getparam flag

2015-08-05 Thread Paulo Zanoni
Just don't check the drmIoctl() return code: the if (val) should be enough to prevent any problems. v2: Don't SKIP, just proceed (Chris). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89739 Cc: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com

Re: [Intel-gfx] [PATCH igt] tests/gem_mmap_wc: don't fail if the Kernel is too old for the getparam flag

2015-08-05 Thread Chris Wilson
On Wed, Aug 05, 2015 at 02:59:28PM -0300, Paulo Zanoni wrote: Just don't check the drmIoctl() return code: the if (val) should be enough to prevent any problems. v2: Don't SKIP, just proceed (Chris). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89739 Cc: Chris Wilson