Re: [Intel-gfx] [PATCH i-g-t 2/4 v6] lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter.

2016-11-24 Thread Chris Wilson
On Thu, Nov 24, 2016 at 02:04:38PM +0200, Marius Vlad wrote: > On Wed, Nov 23, 2016 at 01:31:21PM +, Chris Wilson wrote: > > On Wed, Nov 23, 2016 at 02:35:10PM +0200, Marius Vlad wrote: > > > v2: > > > - use igt_sysfs_get_boolean() to get gvt status (Chris Wilson) > > > - do not hard-fail when

Re: [Intel-gfx] [PATCH i-g-t 2/4 v6] lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter.

2016-11-24 Thread Marius Vlad
On Wed, Nov 23, 2016 at 01:31:21PM +, Chris Wilson wrote: > On Wed, Nov 23, 2016 at 02:35:10PM +0200, Marius Vlad wrote: > > v2: > > - use igt_sysfs_get_boolean() to get gvt status (Chris Wilson) > > - do not hard-fail when i915 module could not be loaded/unloaded (Chris > > Wilson) > > > >

Re: [Intel-gfx] [PATCH i-g-t 2/4 v6] lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter.

2016-11-23 Thread Chris Wilson
On Wed, Nov 23, 2016 at 02:35:10PM +0200, Marius Vlad wrote: > v2: > - use igt_sysfs_get_boolean() to get gvt status (Chris Wilson) > - do not hard-fail when i915 module could not be loaded/unloaded (Chris > Wilson) > > Signed-off-by: Marius Vlad > --- > lib/igt_gvt.c