i915/i915_gem_context: Remove debug message in i915_gem_context_create_ioctl
authorKarolina Drobnik <karolina.drobnik@intel.com>
Tue, 25 Oct 2022 09:19:03 +0000 (11:19 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Thu, 27 Oct 2022 10:28:17 +0000 (12:28 +0200)
commit67f99e34473f8b799c34bb0b0db404a5e32dbca9
tree7a66519af2983fffe2c3c0a52c141639bdf4d2cb
parent78a07fe777c42800bd1adaec12abe5dcee43919e
i915/i915_gem_context: Remove debug message in i915_gem_context_create_ioctl

We know that as long as GEM context create ioctl succeeds, a context was
created. There is no need to write about it, especially when such a message
heavily pollutes dmesg and makes debugging actual errors harder.

Since commit baa89ba3f1fe ("drm/i915/gem: initial conversion to new
logging macros using coccinelle"), the logging for creating a new user
context was moved under the driver debug output (for lack of a means for
per-user logs, and a lack of user-focused drm.debug parameter). This
only reveals how obnoxious having that spam be part of the driver debug
logs, so remove it. [ from Chris Wilson ]

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Karolina Drobnik <karolina.drobnik@intel.com>
Cc: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221025091903.986819-1-karolina.drobnik@intel.com
drivers/gpu/drm/i915/gem/i915_gem_context.c