drm/i915/gem: Remove incorrect early dbg print
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Nov 2020 14:03:12 +0000 (14:03 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Nov 2020 16:24:28 +0000 (16:24 +0000)
commit67dd0b9677e895a60099fc0a4cc275f88cfee5a9
tree576883a1d543461f9f2fa5ed7ab9929f005ebc92
parentda7ac715d339d53dfb4e6ce325de842e80897814
drm/i915/gem: Remove incorrect early dbg print

We print out the "logical" context support before we discover whether or
not the engines have logical contexts. No one, except Tvrtko, seems to
have noticed the error, so the debug message must not be useful to
anyone.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201120140314.24749-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gem_context.c