Bug 12216
Summary: | Error when drm is loaded | ||
---|---|---|---|
Product: | Drivers | Reporter: | François Valenduc (francoisvalenduc) |
Component: | Video(DRI - non Intel) | Assignee: | Dave Airlie (airlied) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | airlied, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc8 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11808 | ||
Attachments: |
output of dmesg
IRQ fix for radeon IRq disabling |
Description
François Valenduc
2008-12-13 09:59:59 UTC
Created attachment 19280 [details]
output of dmesg
After a git-bisect run, it appears that the following commit is the first bad one: 52440211dcdc52c0b757f8b34d122e11b12cdd50 is first bad commit commit 52440211dcdc52c0b757f8b34d122e11b12cdd50 Author: Keith Packard <keithp@keithp.com> Date: Tue Nov 18 09:30:25 2008 -0800 drm: move drm vblank initialization/cleanup to driver load/unload drm vblank initialization keeps track of the changes in driver-supplied frame counts across vt switch and mode setting, but only if you let it by not tearing down the drm vblank structure. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com> If I revert it, the problem doesn't occur. First-Bad-Commit : 52440211dcdc52c0b757f8b34d122e11b12cdd50 Created attachment 19407 [details]
IRQ fix for radeon IRq disabling
Can you please test with the attached patch?
This patch seems to solve the problem. The error doesn't occur when I apply it. Thanks for your help. *** Bug 12178 has been marked as a duplicate of this bug. *** Fixed by commit 077ebed54fe66612f58b076628a72eca2be8df90 . |