Bug 5926
Summary: | radeonfb somtimes hangs on x300 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Carlo Contavalli (ccontavalli) |
Component: | Console/Framebuffers | Assignee: | James Simmons (jsimmons) |
Status: | REJECTED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | adaplas, benh, bunk, ccontavalli |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | any 2.6.x, up to 2.6.14 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Carlo Contavalli
2006-01-19 16:36:01 UTC
Try booting with video=radeonfb:noaccel. If the above doesn't help, try fbset -vyres n where n = vertical resolution of your display. Let us know what happens. On Mon, Jan 23, 2006 at 05:24:15AM -0800, bugme-daemon@bugzilla.kernel.org wrote: > Try booting with video=radeonfb:noaccel. uhm .. passed the parameter with modprobe. With noaccel, couldn't hang the pc in anyway. I could read the whole dm versus md thread without troubles :) reboot + modprobe _without noaccel_ hanged almost immediately. Is there anything I can do to help fixing the accelerated code? Thanks, Cheers, Carlo What if you do radeonfb.default_dynclk=0 instead of noaccel ? On Mon, Jan 23, 2006 at 03:12:00PM -0800, bugme-daemon@bugzilla.kernel.org happily wrote: > What if you do radeonfb.default_dynclk=0 instead of noaccel ? ok, with default_dynclk set to 0, I get the same problem described in the first mail. A crash after a few mails... So: modprobe radeonfb -> crash modprobe radeonfb default_dynclk=0 -> crash modprobe radeonfb noaccel -> works fine (for every command, I verified the dmesg output to see if the option was actually accepted). Cheers, Carlo Can you open drivers/video/aty/radeon_base.c and look for static struct fb_ops radeonfb_ops? Then replace radeonfb_imageblit|fillrect|copyarea with cfb_imageblit|fillrect|copyarea. Then put back the accelerated versions one by one so we know which of the accel functions is causing the hang. Please reopen this bug if: - it is still present in kernel 2.6.16 and - you can provide the requested information. |