Bug 24972 - [2.6.37 regression] Intel HD graphics totally broken
Summary: [2.6.37 regression] Intel HD graphics totally broken
Status: CLOSED UNREPRODUCIBLE
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - Intel) (show other bugs)
Hardware: All Linux
: P1 blocking
Assignee: drivers_video-dri-intel@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks: 21782
  Show dependency tree
 
Reported: 2010-12-16 13:05 UTC by Artem S. Tashkinov
Modified: 2011-01-04 23:12 UTC (History)
5 users (show)

See Also:
Kernel Version: 2.6.37
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
X.org screen (135.17 KB, image/jpeg)
2010-12-16 13:05 UTC, Artem S. Tashkinov
Details
2.6.37-rc6 dmesg with drm.debug=0xe (61.64 KB, text/plain)
2010-12-16 13:47 UTC, Artem S. Tashkinov
Details
xrandr --verbose (3.42 KB, text/plain)
2010-12-16 13:48 UTC, Artem S. Tashkinov
Details
tty1 after a cold boot (not easily reproducible) (145.93 KB, image/jpeg)
2010-12-19 11:34 UTC, Artem S. Tashkinov
Details

Description Artem S. Tashkinov 2010-12-16 13:05:38 UTC
Created attachment 40352 [details]
X.org screen

I've just tried kernel 2.6.37-rc6 and Intel HD graphics driver seems to be totally broken - see the attached photo.

When I tried to switch to a text console - the screen became entirely black and I couldn't switch to the broken X console any longer.

The computer was not hanging, but X server froze completely.

I have:

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12) (prog-if 00 [VGA controller])
        Subsystem: ASRock Incorporation Device 0042
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 42
        Region 0: Memory at fb800000 (64-bit, non-prefetchable) [size=4M]
        Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at c000 [size=8]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee0500c  Data: 4179
        Capabilities: [d0] Power Management version 2
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [a4] PCI Advanced Features
                AFCap: TP+ FLR+
                AFCtrl: FLR-
                AFStatus: TP-
        Kernel driver in use: i915
        Kernel modules: i915

on Intel Core i5 650 CPU.

Kernel 2.6.36.2 works fine here.
Comment 1 Chris Wilson 2010-12-16 13:32:18 UTC
It's a modesetting issue, for which we want the usual logs: drm.debug=0xe dmesg, Xorg.log and xrandr --verbose.

And a slightly finer granularity than 2.6.36.2 vs 2.6.37-rc6 would be appreciated.
Comment 2 Artem S. Tashkinov 2010-12-16 13:37:25 UTC
X.org log on 2.6.36 and 37 is absolutely the same. Non-debug dmesg is here:

2.6.37 messages:
[    5.364259] Linux agpgart interface v0.103
[    5.445758] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    5.445831] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    5.446348] agpgart-intel 0000:00:00.0: detected 262144K stolen memory, trimming to 32768K
[    5.473023] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    5.550652] [drm] Initialized drm 1.1.0 20060810
[    5.939576] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.133302] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    6.191062] fb0: inteldrmfb frame buffer device
[    6.191063] drm: registered panic notifier
[    6.191088] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

2.6.36.2 messages:
[    5.279660] Linux agpgart interface v0.103
[    5.488380] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    5.489116] agpgart-intel 0000:00:00.0: detected 262140K stolen memory, trimming to 32768K
[    5.540013] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    5.912777] [drm] Initialized drm 1.1.0 20060810
[    6.223105] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.223112] i915 0000:00:02.0: setting latency timer to 64
[    6.247356] [drm] detected 255M stolen memory, trimming to 32M
[    6.247407] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    6.247414] [drm] set up 32M of stolen space
[    6.534732] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    6.648274] fb0: inteldrmfb frame buffer device
[    6.648275] drm: registered panic notifier
[    6.648324] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Comment 3 Artem S. Tashkinov 2010-12-16 13:47:46 UTC
Created attachment 40362 [details]
2.6.37-rc6 dmesg with drm.debug=0xe
Comment 4 Artem S. Tashkinov 2010-12-16 13:48:28 UTC
Created attachment 40372 [details]
xrandr --verbose
Comment 5 Artem S. Tashkinov 2010-12-16 13:50:00 UTC
Probably that was the weirdest timing issue I've ever seen in my life. On the second reboot everything returned back to normal (under 2.6.37-rc6).

I will reopen this bug report if I manage to reproduce the problem.
Comment 6 Artem S. Tashkinov 2010-12-19 11:34:55 UTC
Created attachment 40832 [details]
tty1 after a cold boot (not easily reproducible)

It seems like there's some sort of race condition in 2.6.37 i915 drivers.

Today after powering on I've booted straight to 2.6.37 and the image on the screen was distorted and the display was blinking intermittently until it blacked out completely.

As far as I can see there are zero unusual messages in dmesg or Xorg.0.log.
Comment 7 Andrew Morton 2011-01-04 22:40:44 UTC
So..  should this bug report be reopened?
Comment 8 Artem S. Tashkinov 2011-01-04 23:12:54 UTC
(In reply to comment #7)
> So..  should this bug report be reopened?

I can no longer reproduce it using 2.6.37-rc8 even after a cold boot, so let's say it's been fixed :)

Note You need to log in before you can comment on or make changes to this bug.