drm/i915/execlists: Remove the startup spam
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Feb 2018 09:22:00 +0000 (09:22 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Feb 2018 13:24:14 +0000 (13:24 +0000)
Execlists is now enabled by default and included in the list of
capabilities printed out to dmesg and beyond. We do not need to mention
it again, every time we restart the engine, so kill the spam.

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/20180205092201.19476-6-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c

index deeedfc..afc41db 100644 (file)
@@ -1477,7 +1477,6 @@ static int gen8_init_common_ring(struct intel_engine_cs *engine)
        intel_engine_init_hangcheck(engine);
 
        enable_execlists(engine);
-       DRM_DEBUG_DRIVER("Execlists enabled for %s\n", engine->name);
 
        GEM_BUG_ON(engine->id >= ARRAY_SIZE(gtiir));