Searched defs:gart_handle (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_channel.c118 uint32_t vram_handle, uint32_t gart_handle)
134 chan->gart_handle = gart_handle;
164 ret = nouveau_gpuobj_channel_init(chan, vram_handle, gart_handle);
116 nouveau_channel_alloc(struct drm_device *dev, struct nouveau_channel **chan_ret, struct drm_file *file_priv, uint32_t vram_handle, uint32_t gart_handle) argument
H A Dnouveau_drv.h278 uint32_t gart_handle; member in struct:nouveau_channel
/drivers/iommu/
H A Dtegra-gart.c64 static struct gart_device *gart_handle; /* unique for a system */ variable in typeref:struct:gart_device
349 if (gart_handle)
393 gart_handle = gart;
416 gart_handle = NULL;

Completed in 60 milliseconds