public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Thomas Richter <richter@rus.uni-stuttgart.de>
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: No boot console/Plane B assertion value on 945GM hardware
Date: Mon, 7 Jul 2014 17:10:10 +0200	[thread overview]
Message-ID: <20140707151010.GE5821@phenom.ffwll.local> (raw)
In-Reply-To: <20140707150440.GD5821@phenom.ffwll.local>

On Mon, Jul 07, 2014 at 05:04:41PM +0200, Daniel Vetter wrote:
> On Sat, Jun 21, 2014 at 01:57:32PM +0200, Thomas Richter wrote:
> > Hi Daniel, dear intel experts,
> > 
> > this a bug report for the intel i945GM integrated graphics chipset (*NOT*
> > the 830GM this time). Since at least 3.12.0, but also with the latest
> > intel-drm-nightly, I have no boot console on the 945GM chipset, the screen
> > just remains blank. /var/log/messages  shows an assertion failure, see the
> > attached kernel log for details, booted with drm.debug=0x0e.
> > 
> > The problem appears if the kernel is booted with the vga=792 option  - note
> > that the panel in this laptop is a 1024x768 and thus this is the native
> > resolution. The problem does not appear with a text console.
> > 
> > This sounds remarkably similar to the deadlock the 830GM had a while ago
> > when booting with a graphical console, also with vga=792.
> 
> Should be unrelated - more likely it's some fumble in the modeset
> sequence, i945 is known to be picky in that area. Just to confirm: Latest
> 3.16-rc kernels are still broken?
> 
> > This is the kernel warning:
> > 
> > Jun 21 13:44:26 kahvi kernel: [    4.780120] WARNING: CPU: 1 PID: 239 at
> > drivers/gpu/drm/i915/intel_display.c:1307 assert_planes_disabled+0x110/0x160
> > [i915]()
> > Jun 21 13:44:26 kahvi kernel: [    4.780126] plane B assertion failure,
> > should be off on pipe B but is still active
> 
> Can you please boot with drm.debug=0xe and grab a new dmesg with the
> backtrace?
> 
> > The machine is a Fujitsu Siemens T4215. lspci lists the following hardware:
> > 
> > 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and
> > 945GT Express Memory Controller Hub (rev 03)
> > 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
> > 943/940GML Express Integrated Graphics Controller (rev 03)
> > 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
> > 943/940GML Express Integrated Graphics Controller (rev 03)
> > 00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition
> > Audio Controller (rev 02)
> > 00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1
> > (rev 02)
> > 00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2
> > (rev 02)
> > 00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3
> > (rev 02)
> > 00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI
> > Controller #1 (rev 02)
> > 00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI
> > Controller #2 (rev 02)
> > 00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI
> > Controller #3 (rev 02)
> > 00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI
> > Controller #4 (rev 02)
> > 00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI
> > Controller (rev 02)
> > 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
> > 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge
> > (rev 02)
> > 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller
> > (rev 02)
> > 00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA
> > Controller [AHCI mode] (rev 02)
> > 00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)
> > 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E
> > Gigabit Ethernet Controller (rev 12)
> > 05:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN
> > [Kedron] Network Connection (rev 61)
> > 08:03.0 CardBus bridge: O2 Micro, Inc. OZ711MP1/MS1 MemoryCardBus Controller
> > (rev 20)
> > 08:03.1 CardBus bridge: O2 Micro, Inc. OZ711MP1/MS1 MemoryCardBus Controller
> > (rev 20)
> > 08:03.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller
> > 08:03.3 Bridge: O2 Micro, Inc. Integrated MS/xD Controller
> > 
> > As soon as X is initialized, graphics work again, I just don't have a boot
> > console.
> 
> So once X is running fbcon also works again, i.e. it's only the initial
> boot console that's black?

Maybe go right ahead an file a bug on bugs.freedesktop.org against dri ->
drm (Intel). And don't forget to add [regression] to the summary so that
we properly track this issue. Otherwise it might get lost again :(
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

  reply	other threads:[~2014-07-07 15:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-21 11:57 No boot console/Plane B assertion value on 945GM hardware Thomas Richter
2014-07-07 15:04 ` Daniel Vetter
2014-07-07 15:10   ` Daniel Vetter [this message]
2014-07-07 16:40   ` Thomas Richter
2014-07-07 17:51     ` Daniel Vetter
2014-07-18 19:47       ` No boot console/Plane B assertion value on 945GM hardware [FIXED!] Thomas Richter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140707151010.GE5821@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=richter@rus.uni-stuttgart.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox