drm/i915: Demote i915_gem_open() debugging from DRIVER to USER
authorChris Wilson <[email protected]>
Wed, 9 Nov 2016 10:45:07 +0000 (10:45 +0000)
committerChris Wilson <[email protected]>
Thu, 17 Nov 2016 14:23:20 +0000 (14:23 +0000)
commitc4c29d7b594b191482e81f9daf568a2fb7c25091
tree1d7693c5485abbd1bc749d12ab93e2d7a1d4c3a8
parent5e963a02b31c77f840af97246655443baed6d787
drm/i915: Demote i915_gem_open() debugging from DRIVER to USER

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 <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Tvrtko Ursulin <[email protected]>
drivers/gpu/drm/i915/i915_gem.c