Bug 35092

Summary: invalid opcode in gpu/drm/drm_irq.c:923
Product: Drivers Reporter: rbyshko
Component: Video(DRI - Intel)Assignee: drivers_video-dri-intel (drivers_video-dri-intel)
Status: RESOLVED DUPLICATE    
Severity: blocking CC: daniel
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.39-rc6-21-desktop Subsystem:
Regression: No Bisected commit-id:
Attachments: dmesg log, contains bug traces.
lspci -vvv

Description rbyshko 2011-05-14 19:42:22 UTC
Created attachment 57842 [details]
dmesg log, contains bug traces.

I've installed the newest kernel form opensuse kernel HEAD repository and try to boot in KDE environment. However, the sysem remains hanging on the KDE splashscreen.

I've logged in through ssh and collected all the information needed. The most interesting messages are in dmesg.txt I think.

Feel free to ask me additional info.

cat /proc/version
Linux version 2.6.39-rc6-21-desktop (geeko@buildhost) (gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SUSE Linux) ) #1 SMP PREEMPT 2011-05-10 19:11:21 +0200
Comment 1 rbyshko 2011-05-14 19:45:41 UTC
Created attachment 57852 [details]
lspci -vvv
Comment 2 Daniel Vetter 2012-03-25 13:01:25 UTC
This smells like the pageflip race which got fixed with

commit 7317c75e66fce0c9f82fbe6f72f7e5256b315422
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Mon Aug 29 09:45:28 2011 -0700

    drm/i915: don't set unpin_work if vblank_get fails

Please upgrade to at least kernel 3.2. Please reopen if it's still broken.

*** This bug has been marked as a duplicate of bug 37752 ***