Re: [Intel-gfx] [PATCH] drm/i915/perf: use DRM_INFO for userspace issues

2016-11-29 Thread Chris Wilson
On Tue, Nov 29, 2016 at 04:57:59PM +, Robert Bragg wrote: > Avoid using DRM_ERROR for conditions userspace can trigger with a bad > config when opening a stream or from not reading data in a timely > fashion (whereby the OA buffer fills up). These conditions are tested > by i-g-t which treats

[Intel-gfx] [PATCH] drm/i915/perf: use DRM_INFO for userspace issues

2016-11-29 Thread Robert Bragg
Avoid using DRM_ERROR for conditions userspace can trigger with a bad config when opening a stream or from not reading data in a timely fashion (whereby the OA buffer fills up). These conditions are tested by i-g-t which treats error messages as failures if using the test runner. This wasn't an