Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 073988d1 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915/execlists: Remove the startup spam



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: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarMika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180205092201.19476-6-chris@chris-wilson.co.uk
parent 559e040f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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));