Home | History | Annotate | Download | only in nouveau

Lines Matching defs:drm

95 nouveau_abi16_swclass(struct nouveau_drm *drm)
97 switch (drm->client.device.info.family) {
185 struct nouveau_drm *drm = nouveau_drm(dev);
186 struct nvif_device *device = &drm->client.device;
224 getparam->value = drm->gem.vram_available;
227 getparam->value = drm->gem.gart_available;
257 struct nouveau_drm *drm = nouveau_drm(dev);
267 if (!drm->channel)
308 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle,
523 struct nouveau_drm *drm = nouveau_drm(dev);
563 if (drm->agp.bridge) {
566 args.start += drm->agp.base + chan->ntfy->bo.offset;
567 args.limit += drm->agp.base + chan->ntfy->bo.offset;