Bug 32402
Summary: | Oops associated with radeon_unpin_work_func | ||
---|---|---|---|
Product: | Drivers | Reporter: | Stuart Foster (smf-linux) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | adriano.vilela, alexdeucher, cheako911, d.haid, florian, fredlwm+others, lukenshiro, mario.kleiner, rossi.f, smf-linux, thomas |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.39 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Console screen on oops.
lspci -v details KMS-BSOD SystemInformation.txt SoftwareInformation.txt proposed fix. proposed fix 2. against 2.6.39 |
Description
Stuart Foster
2011-03-31 23:13:02 UTC
Created attachment 52822 [details]
Console screen on oops.
Created attachment 52952 [details]
lspci -v details
Vary similar OOPS after hitting (esc) in Google-Crome to exit full screen video. This was the URL: http://www.animemusicvideos.org/members/members_vidpreview.php?v=177083 As one could assume I maximized the video and then watched it to completion. After I pressed the esc key I got this BSOD. Created attachment 53492 [details]
KMS-BSOD
ttm_bo_ref -> do_invalid_op
Created attachment 53502 [details]
SystemInformation.txt
Created attachment 53512 [details]
SoftwareInformation.txt
Does reverting 69a07f0b117a40fcc1a479358d8e1f41793617f2 help? Possibly related to this: http://lists.freedesktop.org/archives/dri-devel/2011-April/009939.html (In reply to comment #7) > Does reverting 69a07f0b117a40fcc1a479358d8e1f41793617f2 help? Applied git revert to 2.6.39-rc2. Problem still present. I'm having this problem too with kernel 2.6.38 series. As soon as my screen saver kicks in, my entire desktop gets corrupted. If I wait long enough for my screen to stand by or suspend (just the screen, not the computer), then the computer completely freezes. I'm not sure if I can add attachments to bugs reported by others; if so, I would be happy to attach a picture with the error messages. Please, let me know how I can help with this issue. Thank you, Adriano An update: at least in my case, the problem seems to be related to page flipping in the radeon driver. I have disabled page flipping in my xorg.conf file and haven't seen the problem since. Here's some related links: https://bugs.freedesktop.org/show_bug.cgi?id=35452 https://bugs.gentoo.org/show_bug.cgi?id=359569 I would first see the heavy screen corruption described in the second link above, and only later the kernel oops described in this bug report. I'm sorry if my problem isn't directly related to this bug report, but the oops message is very similar to the one I was getting. Thank you, Adriano On 04/16/11 16:08, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=32402 > > > > > > --- Comment #11 from Adriano <adriano.vilela@yahoo.com> 2011-04-16 21:08:04 > --- > An update: at least in my case, the problem seems to be related to page > flipping in the radeon driver. I have disabled page flipping in my xorg.conf > file and haven't seen the problem since. > Thank you for the update I haven’t seen this problem in a while and since then I've upgraded kernel and xorg/mesa. I have another issue that I'm sure is unrelated where my system locks up(no network not I/O) if I'm not running at least 3 facebook games: deeprealms, castle_age and sororitylife. > Here's some related links: > https://bugs.freedesktop.org/show_bug.cgi?id=35452 > https://bugs.gentoo.org/show_bug.cgi?id=359569 > > I would first see the heavy screen corruption described in the second link > above, and only later the kernel oops described in this bug report. > > I'm sorry if my problem isn't directly related to this bug report, but the > oops > message is very similar to the one I was getting. > > Thank you, > > Adriano > Just a quick update to report that the fault is also present in the 2.6.39 kernel. Created attachment 59922 [details]
proposed fix.
hopefully this fixes this, let me know.
*** Bug 29942 has been marked as a duplicate of this bug. *** Created attachment 59942 [details]
proposed fix 2. against 2.6.39
try again + fix error paths.
*** Bug 33222 has been marked as a duplicate of this bug. *** (In reply to comment #16) > Created an attachment (id=59942) [details] > proposed fix 2. against 2.6.39 > > try again + fix error paths. Ran the patch on 2.6.39 overnight (~9 hours) and there have been no problems the problem looks fixed for me. thanks Stuart A patch referencing this bug report has been merged in v3.0-rc3: commit 498c555f56a02ec1059bc150cde84411ba0ac010 Author: Dave Airlie <airlied@redhat.com> Date: Sun May 29 17:48:32 2011 +1000 drm/radeon: fix oops in ttm reserve when pageflipping (v2) *** Bug 38232 has been marked as a duplicate of this bug. *** Will this patch be pushed to the 2.6.39 series ? I don't see it in 2.6.39.3. I got a similar crash with 2.6.39.2, but it's strange that before moving to x86_64 and having to use an old Flash version (10.2p3 111710), because Adobe only make releases for x86, I never experienced the kernel panic. Aside the Flash version, the configuration was identical. |