HomeSort by: relevance | last modified time | path
    Searched refs:nvdev (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/nouveau/
nouveau.c 387 struct nouveau_device_priv *nvdev; local
397 if (!(nvdev = calloc(1, sizeof(*nvdev))))
399 dev = *pdev = &nvdev->base;
415 nvdev->base.chipset = info.chipset;
416 nvdev->have_bo_usage = true;
419 nvdev->base.object.parent = &drm->client;
420 nvdev->base.object.handle = ~0ULL;
421 nvdev->base.object.oclass = NOUVEAU_DEVICE_CLASS;
422 nvdev->base.object.length = ~0
475 struct nouveau_device_priv *nvdev; local
514 struct nouveau_device_priv *nvdev = nouveau_device(*pdev); local
552 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
592 struct nouveau_device_priv *nvdev; local
608 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); local
665 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
717 struct nouveau_device_priv *nvdev = nouveau_device(nvbo->base.device); local
737 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
750 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
815 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
    [all...]
  /xsrc/external/mit/libdrm/dist/tests/nouveau/
threaded.c 63 struct nouveau_device *nvdev = dev; local
68 if (!nouveau_bo_prime_handle_ref(nvdev, import_fd, &bo))
79 struct nouveau_device *nvdev, *nvdev2; local
120 err = nouveau_device_wrap(fd, 0, &nvdev);
131 pthread_create(&t1, NULL, openclose, nvdev);
132 pthread_create(&t2, NULL, openclose, nvdev);
142 nouveau_device_del(&nvdev);

Completed in 5 milliseconds