Lines Matching defs:drm
90 nouveau_abi16_swclass(struct nouveau_drm *drm)
92 switch (drm->client.device.info.family) {
180 struct nouveau_drm *drm = nouveau_drm(dev);
181 struct nvif_device *device = &drm->client.device;
219 getparam->value = drm->gem.vram_available;
222 getparam->value = drm->gem.gart_available;
252 struct nouveau_drm *drm = nouveau_drm(dev);
262 if (!drm->channel)
303 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle,
519 struct nouveau_drm *drm = nouveau_drm(dev);
559 if (drm->agp.bridge) {
562 args.start += drm->agp.base + chan->ntfy->offset;
563 args.limit += drm->agp.base + chan->ntfy->offset;