drm/i915: Restore lost "Initialized i915" welcome message
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Aug 2016 07:23:14 +0000 (08:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Aug 2016 08:28:56 +0000 (09:28 +0100)
commitbc5ca47c0af4f949ba889e666b7da65569e36093
tree6aa9fb0971faf7c756181f64a1c399268cb1437f
parentabc80abde5bd5962a4ec4e126ab7867c0b5fd195
drm/i915: Restore lost "Initialized i915" welcome message

A side effect of removing the midlayer from driver loading was the loss
of a useful message announcing to userspace that i915 had successfully
started, e.g.:

[drm] Initialized i915 1.6.0 20160425 for 0000:00:02.0 on minor 0

Reported-by: Timo Aaltonen <tjaalton@ubuntu.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Fixes: 8f460e2c78f2 ("drm/i915: Demidlayer driver loading")
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: drm-intel-fixes@lists.freedesktop.org
Link: http://patchwork.freedesktop.org/patch/msgid/20160825072314.17402-1-chris@chris-wilson.co.uk
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c