Daniel Vetter <daniel.vet...@ffwll.ch> writes:

> This is user-triggerable and hence we should not allow it to spam
> dmesg. Also, it upsets the nice dmesg tracking piglit does.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72740
> Cc: Mika Kuoppala <mika.kuopp...@linux.intel.com>
> Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch>

Reviewed-by: Mika Kuoppala <mika.kuopp...@intel.com>

> ---
>  drivers/gpu/drm/i915/i915_gem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
> index af6b3152308b..bd9353402f02 100644
> --- a/drivers/gpu/drm/i915/i915_gem.c
> +++ b/drivers/gpu/drm/i915/i915_gem.c
> @@ -2337,7 +2337,7 @@ static void i915_set_reset_status(struct 
> intel_ring_buffer *ring,
>  
>       if (ring->hangcheck.action != HANGCHECK_WAIT &&
>           i915_request_guilty(request, acthd, &inside)) {
> -             DRM_ERROR("%s hung %s bo (0x%lx ctx %d) at 0x%x\n",
> +             DRM_DEBUG("%s hung %s bo (0x%lx ctx %d) at 0x%x\n",
>                         ring->name,
>                         inside ? "inside" : "flushing",
>                         offset,
> -- 
> 1.8.1.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to