Re: [Intel-gfx] [PATCH] drm/i915: Redefine EINVAL for debugging

2018-06-21 Thread Chris Wilson
Quoting Joonas Lahtinen (2018-06-21 09:53:20) > Quoting Chris Wilson (2018-06-21 11:01:50) > > To aide debugging spurious EINVALs, include a debug message every time > > we emit one from execbuf. > > > > References: https://bugs.freedesktop.org/show_bug.cgi?id=106744 > > Signed-off-by: Chris Wilso

Re: [Intel-gfx] [PATCH] drm/i915: Redefine EINVAL for debugging

2018-06-21 Thread Joonas Lahtinen
Quoting Chris Wilson (2018-06-21 11:01:50) > To aide debugging spurious EINVALs, include a debug message every time > we emit one from execbuf. > > References: https://bugs.freedesktop.org/show_bug.cgi?id=106744 > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen That's special kind of evil. Bu

[Intel-gfx] [PATCH] drm/i915: Redefine EINVAL for debugging

2018-06-21 Thread Chris Wilson
To aide debugging spurious EINVALs, include a debug message every time we emit one from execbuf. References: https://bugs.freedesktop.org/show_bug.cgi?id=106744 Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 9 + 1 file changed, 9 insert