Displaying 1 result from an estimated 1 matches for "nvxx_object".
Did you mean:
  nvkm_object
  
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
...(PAGE_SIZE / 4) - 8) {
420:         dmac->ptr[put] = 0x20000000;
421:
422:         nvif_wr32(&dmac->base.user, 0x0000, 0x00000000);
423:         if (!nvxx_wait(&dmac->base.user, 0x0004, ~0, 0x00000000)) {
424:             mutex_unlock(&dmac->lock);
425:             nv_error(nvxx_object(&dmac->base.user), "channel stalled\n");
426:             return NULL;
427:         }
428:
429:         put = 0;
430:     }
431:
432:     return dmac->ptr + put;
433: }
In ASM:
180:       55                      push   %rbp
181:       48 89 e5                mov    %rsp,%rbp
18...