Martin Michlmayr
2016-Jun-23 03:59 UTC
[Nouveau] nouveau: DRM: failed to create ce channel, -22 on Jetson TK1
I see the following on a Jetson TK1: [ 9.495425] [TTM] Initializing DMA pool allocator [ 9.495513] nouveau 57000000.gpu: DRM: VRAM: 0 MiB [ 9.495520] nouveau 57000000.gpu: DRM: GART: 1048576 MiB [ 9.508076] nouveau 57000000.gpu: DRM: failed to create ce channel, -22 A Google search suggests that I'm not the only one with this, but I don't see it being discussed anywhere. Is this known / expected? This is with 4.6 and 4.7-rc4. The firmware is installed. -- Martin Michlmayr http://www.cyrius.com/
Alexandre Courbot
2016-Jun-23 05:48 UTC
[Nouveau] nouveau: DRM: failed to create ce channel, -22 on Jetson TK1
Hi, On Thu, Jun 23, 2016 at 12:59 PM, Martin Michlmayr <tbm at cyrius.com> wrote:> I see the following on a Jetson TK1: > > [ 9.495425] [TTM] Initializing DMA pool allocator > [ 9.495513] nouveau 57000000.gpu: DRM: VRAM: 0 MiB > [ 9.495520] nouveau 57000000.gpu: DRM: GART: 1048576 MiB > [ 9.508076] nouveau 57000000.gpu: DRM: failed to create ce channel, -22 > > A Google search suggests that I'm not the only one with this, but I > don't see it being discussed anywhere. > > Is this known / expected? > > This is with 4.6 and 4.7-rc4. The firmware is installed.It is expected - Tegra does not have a CE channel and Nouveau complains about it, but then falls back to using GR for copy and everything should work. I tried to silence that message in the past but the proposed patch was rejected (too complex for too little benefit IIRC). Is the GPU working fine otherwise? Your output suggests it should.