Home
last modified time | relevance | path

Searched refs:NV_DMA_V0_TARGET_VRAM (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnv50_fence.c56 .target = NV_DMA_V0_TARGET_VRAM, in nv50_fence_context_new()
71 .target = NV_DMA_V0_TARGET_VRAM, in nv50_fence_context_new()
Dnv17_fence.c94 .target = NV_DMA_V0_TARGET_VRAM, in nv17_fence_context_new()
Dnouveau_chan.c155 args.target = NV_DMA_V0_TARGET_VRAM; in nouveau_channel_prep()
311 args.target = NV_DMA_V0_TARGET_VRAM; in nouveau_channel_init()
Dnv50_display.c253 .target = NV_DMA_V0_TARGET_VRAM, in nv50_dmac_create()
264 .target = NV_DMA_V0_TARGET_VRAM, in nv50_dmac_create()
2359 args.base.target = NV_DMA_V0_TARGET_VRAM; in nv50_fbdma_init()
Dnouveau_drm.c287 .target = NV_DMA_V0_TARGET_VRAM, in nouveau_accel_init()
/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Duser.c102 case NV_DMA_V0_TARGET_VRAM: in nvkm_dmaobj_ctor()
/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h205 #define NV_DMA_V0_TARGET_VRAM 0x01 macro