drm/i915: Remove stolen object spam
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 16 Nov 2016 12:26:18 +0000 (12:26 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 17 Nov 2016 14:25:27 +0000 (14:25 +0000)
commit95a2e2be952c3c3a643b8e0504f2ceef15294d4d
tree91b449f55bb856e85a0c790b57c1208475417de2
parentc4c29d7b594b191482e81f9daf568a2fb7c25091
drm/i915: Remove stolen object spam

We don't spam the debug when we create a normal object, nor when we
allocate their pages. Yet we do for stolen objects, and since these are
quite frequently used (at least once per context), the resulting spam
floods the dmesg in CI.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_gem_stolen.c