Summary: | Initialization message shown twice | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Paul Menzel <paulepanter> | ||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | normal | ||||||
Priority: | low | CC: | intel-gfx-bugs, krisman, paulepanter | ||||
Version: | DRI git | Keywords: | bisected | ||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | PatchMerged | ||||||
i915 platform: | I945GM | i915 features: | display/Other | ||||
Attachments: |
|
Oddly enough, I believe this was introduced by commit 75f6dfe3e652e1adef8cc1b073c89f3e22103a8f Author: Gabriel Krisman Bertazi <krisman@collabora.co.uk> Date: Wed Dec 28 12:32:11 2016 -0200 drm: Deduplicate driver initialization message Daniel added a fix for this in commit 6bdba81979b2c3c8fed0be62ca31c32c3129d85f Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Wed May 17 15:15:57 2017 +0200 Revert "drm/i915: Restore lost "Initialized i915" welcome message" This reverts commit bc5ca47c0af4f949ba889e666b7da65569e36093. Which is queued for the next merge window. Marking this bug as fixed. (In reply to krisman from comment #2) > Daniel added a fix for this in > > commit 6bdba81979b2c3c8fed0be62ca31c32c3129d85f > Author: Daniel Vetter <daniel.vetter@ffwll.ch> > Date: Wed May 17 15:15:57 2017 +0200 > > Revert "drm/i915: Restore lost "Initialized i915" welcome message" > > This reverts commit bc5ca47c0af4f949ba889e666b7da65569e36093. > > > Which is queued for the next merge window. Marking this bug as fixed. Thank you for the update. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 131341 [details] journalctl -k -o short-precise The Linux kernel is built from the current master branch. ``` $ git log --oneline -1 deac8429d62c Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound ``` On the Lenovo X60t the initalization message is shown twice. ``` Mai 12 23:12:38.988698 lenovox60 kernel: [drm] Initialized i915 1.6.0 20170403 for 0000:00:02.0 on minor 0 Mai 12 23:12:38.988781 lenovox60 kernel: [drm] Initialized i915 1.6.0 20170403 for 0000:00:02.0 on minor 0 ``` ``` $ lspci -s 00:02.0 -nn 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) ``` Is that correct?