Linux-2.6.27-rc5, drm errors in log

Dave Airlie airlied at gmail.com
Sat Aug 30 14:06:26 PDT 2008


On Sun, Aug 31, 2008 at 4:52 AM, Gene Heskett <gene.heskett at verizon.net> wrote:
> Greetings all;
>
> A re-repeat of a previous posting which has not drawn a comment. With added
> content, added CC to a patch author, and some new questions.
>
> Machine is an F8 install, Athlon xp-2800 on an nforce2 motherboard, running
> an older radeon 9200SE (RV280 based) video card.  No problems if I reboot
> to 2.6.27-rc4.
>
> I'm drowning in these errors:
>
> Aug 30 13:21:05 coyote kernel: [14927.850078] [drm] wait for fifo failed status : 0x80076100 0x00000000
> Aug 30 13:21:05 coyote kernel: [14927.861335] [drm] wait for fifo failed status : 0x80076100 0x00000000
> Aug 30 13:21:05 coyote kernel: [14928.060233] [drm] wait idle failed status : 0x80076100 0x00000000
> Aug 30 13:21:07 coyote kernel: [14929.557075] [drm] wait for fifo failed status : 0x80076100 0x00000000
> Aug 30 13:21:07 coyote kernel: [14929.568869] [drm] wait for fifo failed status : 0x80076100 0x00000000
> Aug 30 13:21:08 coyote kernel: [14931.028882] [drm] wait for fifo failed status : 0x80036100 0x00000000
> Aug 30 13:21:08 coyote kernel: [14931.039896] [drm] wait for fifo failed status : 0x80076100 0x00000000
> Aug 30 13:21:18 coyote kernel: [14940.515114] [drm] wait for fifo failed status : 0x80076100 0x00000000
> Aug 30 13:27:27 coyote kernel: [15310.125656] [drm] wait for fifo failed status : 0x80066107 0x00000000
>
> I have rebuilt and rebooted several times now, adjusting things like the
> timer frequency, and modular vs builtin for ati and drm stuff with no
> apparent effect.

Before now we never had this error in here, and its showing up a real
problem with your card, reading the r300 register doesn't matter at
all,
as things have already gone wrong by the time you hit this debug.

The question is if you add the 3 lines into radeon_cp.c at the same
place in -rc4 without the other patches does it still happen..
       DRM_INFO("wait for fifo failed status : 0x%08X 0x%08X\n",
                RADEON_READ(RADEON_RBBM_STATUS),
                RADEON_READ(R300_VAP_CNTL_STATUS));

If so I'll just make DRM_INFO into DRM_DEBUG for now and we can work
it out later.

Dave.



More information about the xorg mailing list