Created attachment 71363 [details] working dmesg drm-fixes Just put my RV670 AGP back in an old box that's been running a r300 for the past 6 months. Booting with drm-fixes kernel works, drm-next fails - I loose display as soon as I modprobe radeon, sysrq works. Exact line used = modprobe radeon modeset=1 agpmode=8 no_wb=1 agpmode=-1 doesn't help. dmesg from working and log from fail attached.
Created attachment 71366 [details] failing kernel log drm-next
Does it work if you disable AGP? Boot with radeon.agpmode=-1 on the kernel command line in grub.
Sorry, missed the line about agpmode in comment 1.
Can you bisect?
(In reply to comment #4) > Can you bisect? commit 4d75658bffea78f0c6f82fd46df1ec983ccacdf0 Author: Alex Deucher <alexander.deucher@amd.com> Date: Thu Sep 27 15:08:35 2012 -0400 drm/radeon/kms: Add initial support for async DMA on r6xx/r7xx Uses the new multi-ring infrastucture. 6xx/7xx has a single async DMA ring.
Created attachment 71412 [details] Fix dma fence driver This patch should fix it for you. If it doesn't please also apply on top of it the patch that i will attach next.
Created attachment 71413 [details] [review] Force wb bo into vram If previous patch didn't fix the issue on its own please also apply this patch on top of it
(In reply to comment #6) > Created attachment 71412 [details] > Fix dma fence driver > > This patch should fix it for you. If it doesn't please also apply on top of > it the patch that i will attach next. This fixes it, thanks.
A patch referencing this bug report has been merged in Linux v3.8-rc1: commit 86a1881d08f65a42c17071a59c0088dbe2870246 Author: Jerome Glisse <jglisse@redhat.com> Date: Wed Dec 12 16:43:15 2012 -0500 drm/radeon: fix fence driver for dma ring when wb is disabled
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.