summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-02-05 09:22:00 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2018-02-05 13:24:14 +0000
commit073988d1023276277a3fe148a7a87c8ef3860a98 (patch)
tree9c112c12212ef531ec68053049fdace43a107ff8 /drivers/gpu/drm/i915
parent559e040f1f083b6478011f2961db230da8047119 (diff)
downloadblackbird-obmc-linux-073988d1023276277a3fe148a7a87c8ef3860a98.tar.gz
blackbird-obmc-linux-073988d1023276277a3fe148a7a87c8ef3860a98.zip
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: 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
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/intel_lrc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c
index deeedfc9fe44..afc41dbc872e 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -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));
OpenPOWER on IntegriCloud