On Thu, Nov 17, 2016 at 02:13:36PM +, Tvrtko Ursulin wrote:
>
> On 09/11/2016 10:45, Chris Wilson wrote:
> >We use DRM_DEBUG() when reporting on user actions, to try and keep
> >intentional errors out of the CI dmesg. Demote the debug from
> >i915_gem_open() similarly so that it is only appare
On 09/11/2016 10:45, Chris Wilson wrote:
We use DRM_DEBUG() when reporting on user actions, to try and keep
intentional errors out of the CI dmesg. Demote the debug from
i915_gem_open() similarly so that it is only apparent with drm.debug & 1
like its brethren.
Signed-off-by: Chris Wilson
---
We use DRM_DEBUG() when reporting on user actions, to try and keep
intentional errors out of the CI dmesg. Demote the debug from
i915_gem_open() similarly so that it is only apparent with drm.debug & 1
like its brethren.
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/i915_gem.c | 2 +-
1 f