Bug 29372 (Spina)
Summary: | KMS - radeon (Uhhuh. NMI received for unknown reason) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Emanuele Tomasi (tomasi) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | alan, alexdeucher |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 2.6.37.x | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Emanuele Tomasi
2011-02-18 10:11:49 UTC
This sounds like two different issues that should be filed separately. 1. The NMI when changing the pcie lanes 2. Problems with the latest ddx. For 1., that is due to changing the number of PCIE lanes. I'm not sure how to avoid it. Tt should be ok as the GPU is idle and all buffers are unmapped when we changes the lanes. You can disable the PCIE lane changes by removing the call to radeon_set_pcie_lanes() in rs600_pm_misc() in rs600.c. For 2., Are you saying 4d7e1498f7d9eb50e2eddabca193fc27bde24f0e is the last working commit or the last commit you tried. What version were you previously using that did not cause a problem? Can you bisect? Are you sure it's a ddx issue and not a drm issue (i.e., does using an older ddx on the same kernel work ok)? Hi Alex, I made new tests. With 2.6.37 I receive the message 'Uhhuh' from kernel on standby and the PC freezes with the commit d7c2ba4286ea32401c0026cb92ec167f7b5753d8. (With 4d7e1498f7d9eb50e2eddabca193fc27bde24f0e I haven't freezing). With 2.6.37.1 I keep getting 'Uhhuh' message but I'm not having freezing, even with d7c2ba4286ea32401c0026cb92ec167f7b5753d8. If I disable the PCIE lane changes as you suggested, also the message 'Uhhuh' goes away. So, wath do you think about? Do you need additional infos or tests? Best regards, Emanuele P.S. I'm on x86_64 If this is still seen with a modern (3.2 etc) kernel please updare/re-open thanks |