Re: [Intel-gfx] [PATCH i-g-t] lib: don't abort if forcing the connector state fails

2014-07-29 Thread Chris Wilson
On Mon, Jul 28, 2014 at 05:34:55PM +0200, Daniel Vetter wrote: > On Mon, Jul 28, 2014 at 04:24:49PM +0100, Thomas Wood wrote: > > Ensure tests using igt_enable_connectors can still run even if the > > relevant debugfs files are not available. > > > > Signed-off-by: Thomas Wood > > --- > > lib/ig

Re: [Intel-gfx] [PATCH i-g-t] lib: don't abort if forcing the connector state fails

2014-07-28 Thread Daniel Vetter
On Mon, Jul 28, 2014 at 04:24:49PM +0100, Thomas Wood wrote: > Ensure tests using igt_enable_connectors can still run even if the > relevant debugfs files are not available. > > Signed-off-by: Thomas Wood > --- > lib/igt_kms.c | 19 ++- > lib/igt_kms.h | 2 +- > 2 files changed,

[Intel-gfx] [PATCH i-g-t] lib: don't abort if forcing the connector state fails

2014-07-28 Thread Thomas Wood
Ensure tests using igt_enable_connectors can still run even if the relevant debugfs files are not available. Signed-off-by: Thomas Wood --- lib/igt_kms.c | 19 ++- lib/igt_kms.h | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/lib/igt_kms.c b/lib/igt_kms.c