HomeSort by relevance Sort by last modified time
    Searched refs:nvdev (Results 1 - 6 of 6) sorted by null

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_device.c 37 struct nouveau_device_priv *nvdev; local
50 nvdev = calloc(1, sizeof(*nvdev));
51 if (!nvdev)
53 nvdev->fd = fd;
54 nvdev->ctx = ctx;
55 nvdev->needs_close = close;
57 ret = drmCommandNone(nvdev->fd, DRM_NOUVEAU_CARD_INIT);
59 nouveau_device_close((void *)&nvdev);
63 ret = nouveau_device_get_param(&nvdev->base
137 struct nouveau_device_priv *nvdev; local
157 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
178 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
    [all...]
nouveau_channel.c 33 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
38 if (!nvdev || !chan || *chan)
48 ret = drmCommandWriteRead(nvdev->fd, DRM_NOUVEAU_CHANNEL_ALLOC,
103 struct nouveau_device_priv *nvdev; local
110 nvdev = nouveau_device(nvchan->base.device);
122 drmCommandWrite(nvdev->fd, DRM_NOUVEAU_CHANNEL_FREE, &cf, sizeof(cf));
nouveau_grobj.c 32 struct nouveau_device_priv *nvdev = nouveau_device(chan->device); local
37 if (!nvdev || !grobj || *grobj)
52 ret = drmCommandWrite(nvdev->fd, DRM_NOUVEAU_GROBJ_ALLOC,
86 struct nouveau_device_priv *nvdev; local
97 nvdev = nouveau_device(chan->base.device);
104 drmCommandWrite(nvdev->fd, DRM_NOUVEAU_GPUOBJ_FREE,
nouveau_bo.c 96 struct nouveau_device_priv *nvdev = nouveau_device(nvbo->base.device); local
109 ioctl(nvdev->fd, DRM_IOCTL_GEM_CLOSE, &req);
115 struct nouveau_device_priv *nvdev = nouveau_device(nvbo->base.device); local
145 ret = drmCommandWriteRead(nvdev->fd, DRM_NOUVEAU_GEM_NEW,
157 struct nouveau_device_priv *nvdev = nouveau_device(nvbo->base.device); local
166 MAP_SHARED, nvdev->fd, nvbo->map_handle);
252 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
263 ret = drmCommandWriteRead(nvdev->fd, DRM_NOUVEAU_GEM_INFO,
278 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); local
293 ret = ioctl(nvdev->fd, DRM_IOCTL_GEM_FLINK, &req)
310 struct nouveau_device_priv *nvdev = nouveau_device(dev); local
375 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); local
471 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); local
485 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); local
536 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); local
    [all...]
nouveau_notifier.c 72 struct nouveau_device_priv *nvdev; local
81 nvdev = nouveau_device(nvchan->base.device);
85 drmCommandWrite(nvdev->fd, DRM_NOUVEAU_GPUOBJ_FREE, &f, sizeof(f));
nouveau_pushbuf.c 256 struct nouveau_device_priv *nvdev = nouveau_device(chan->device); local
284 ret = drmCommandWriteRead(nvdev->fd,
300 ret = drmCommandWrite(nvdev->fd, DRM_NOUVEAU_GEM_PUSHBUF,

Completed in 69 milliseconds