Bug 15187
Summary: | [i915] "render error detected, EIR: 0x00000010", possibly leading to freezes after suspend | ||
---|---|---|---|
Product: | Drivers | Reporter: | Milan Bouchet-Valat (nalimilan) |
Component: | Video(DRI - Intel) | Assignee: | Jesse Barnes (jbarnes) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | akpm, anomalyst, jbarnes, robert.de.rooy |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33rc6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | dmesg.log with kernel 2.6.33rc6 |
Description
Milan Bouchet-Valat
2010-01-31 12:01:44 UTC
Thanks. I marked this as a regression. I get the same error on an EEE 701 with Ubuntu Lucid 2.6.32.10 another bug reports suggest a nomodeset can help [http://ubuntuforums.org/showthread.php?t=1357315]. I will try to post dmesg results after I get home and get access to the machine. I am seeing similar errors after booting F12 on a ThinkPad X40 running kernel-2.6.31.12-174.2.19.fc12.i686. The system does continue afterwards. [drm] Initialized drm 1.1.0 20060810 i915 0000:00:02.0: power state changed by ACPI to D0 i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 i915 0000:00:02.0: setting latency timer to 64 [drm] DAC-6: set mode 640x480 0 fbcon: inteldrmfb (fb0) is primary device [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010, masking [drm] LVDS-8: set mode 1024x768 d fb0: inteldrmfb frame buffer device [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm:drm_mode_rmfb] *ERROR* tried to remove a fb that we didn't own [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 [drm] DAC-6: set mode 640x480 0 00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02) (prog-if 00 [VGA controller]) Subsystem: IBM Device [1014:0557] Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at e0000000 (32-bit, prefetchable) [size=128M] Memory at d0000000 (32-bit, non-prefetchable) [size=512K] I/O ports at 1800 [size=8] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 Kernel modules: i915 These errors should be fixed now; turned out to be a bad alignment in our framebuffer code. If you still see hangs with the drm-intel-next intel branch, please open a new bug since this particular one should be fixed now (the EIR errors on load). Nice, drm-intel-next indeed fixes the warnings. But the freeze after suspend has now become a crash. I've opened Bug 26974 to track this. Thanks! |