Comment 62 for bug 1158689

Revision history for this message
In , Ilia Mirkin (imirkin) wrote :

Try commenting the same line out and see what happens... (i.e. the one with 0x74c1)

FWIW I do remember seeing some PCRYPT-related (and PVP/PBSP-related) errors on start in the form of MMIO write failures in your log and thinking it odd:

nouveau E[ PBUS][0000:01:00.0] MMIO write of 0x00000010 FAULT at 0x10200c

Which of course is an enable of FIFO_ACCESS... probably pretty important. (See https://github.com/envytools/envytools/blob/master/rnndb/vdec/vp2/pcrypt2.xml) But why do you get that error... anyone's guess. If you have the blob installed, would be interested to know if VDPAU hw decode acceleration works for H.264 (i.e. things are actually accelerated), because you get similar errors for the VP/BSP engines:

nouveau E[ PBUS][0000:01:00.0] MMIO write of 0x00000000 FAULT at 0x00fd94
nouveau E[ PBUS][0000:01:00.0] MMIO write of 0x00000000 FAULT at 0x103d94

And they're all interconnected, I think. [Sadly none of the other bug commenters were kind enough to leave a kernel log around, so can't easily tell if that was their issue as well.]