Home
last modified time | relevance | path

Searched refs:nouveau_channel (Results 51 – 75 of 145) sorted by relevance

123456

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h62 struct nouveau_channel;
155 int (*move)(struct nouveau_channel *,
158 struct nouveau_channel *chan;
184 struct nouveau_channel *cechan;
185 struct nouveau_channel *channel;
H A Dnvc0_fence.c35 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32()
58 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32()
78 nvc0_fence_context_new(struct nouveau_channel *chan) in nvc0_fence_context_new()
H A Dnouveau_bo0039.c39 struct nouveau_channel *chan, struct ttm_resource *reg) in nouveau_bo_mem_ctxdma()
47 nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv04_bo_move_m2mf()
97 nv04_bo_move_init(struct nouveau_channel *chan, u32 handle) in nv04_bo_move_init()
H A Dnv17_fence.c37 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv17_fence_sync()
77 nv17_fence_context_new(struct nouveau_channel *chan) in nv17_fence_context_new()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c41 READ_GET(struct nouveau_channel *chan, uint64_t *prev_get, int *timeout) in READ_GET()
72 nv50_dma_push(struct nouveau_channel *chan, u64 offset, int length) in nv50_dma_push()
96 nv50_dma_push_wait(struct nouveau_channel *chan, int count) in nv50_dma_push_wait()
122 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count) in nv50_dma_wait()
165 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait()
H A Dnouveau_drv.h62 struct nouveau_channel;
155 int (*move)(struct nouveau_channel *,
158 struct nouveau_channel *chan;
184 struct nouveau_channel *cechan;
185 struct nouveau_channel *channel;
H A Dnvc0_fence.c35 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32()
58 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32()
78 nvc0_fence_context_new(struct nouveau_channel *chan) in nvc0_fence_context_new()
H A Dnouveau_bo0039.c39 struct nouveau_channel *chan, struct ttm_resource *reg) in nouveau_bo_mem_ctxdma()
47 nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv04_bo_move_m2mf()
97 nv04_bo_move_init(struct nouveau_channel *chan, u32 handle) in nv04_bo_move_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nvc0_fence.c43 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32()
59 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32()
75 nvc0_fence_context_new(struct nouveau_channel *chan) in nvc0_fence_context_new()
H A Dnouveau_nv17_fence.c39 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv17_fence_sync()
77 nv17_fence_context_new(struct nouveau_channel *chan) in nv17_fence_context_new()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_notifier.c33 nouveau_notifier_init_channel(struct nouveau_channel *chan) in nouveau_notifier_init_channel()
57 nouveau_notifier_takedown_channel(struct nouveau_channel *chan) in nouveau_notifier_takedown_channel()
80 nouveau_notifier_alloc(struct nouveau_channel *chan, uint32_t handle, in nouveau_notifier_alloc()
154 struct nouveau_channel *chan; in nouveau_ioctl_notifier_alloc()
H A Dnv04_graph.c357 struct nouveau_channel *next, *last; in nouveau_nv04_context_switch()
421 int nv04_graph_create_context(struct nouveau_channel *chan) { in nv04_graph_create_context()
440 void nv04_graph_destroy_context(struct nouveau_channel *chan) in nv04_graph_destroy_context()
448 int nv04_graph_load_context(struct nouveau_channel *chan) in nv04_graph_load_context()
461 int nv04_graph_save_context(struct nouveau_channel *chan) in nv04_graph_save_context()
H A Dnouveau_object.c105 struct nouveau_channel *chan = dev_priv->fifos[ref->channel]; in nouveau_ramht_insert()
156 struct nouveau_channel *chan = dev_priv->fifos[ref->channel]; in nouveau_ramht_remove()
376 struct nouveau_channel *chan, in nouveau_gpuobj_instance_get()
497 struct nouveau_channel *oc, struct nouveau_channel *rc, in nouveau_gpuobj_new_ref()
638 nouveau_gpuobj_dma_new(struct nouveau_channel *chan, int class,
778 nouveau_gpuobj_gart_dma_new(struct nouveau_channel *chan,
865 nouveau_gpuobj_gr_new(struct nouveau_channel *chan, int class,
965 nouveau_gpuobj_channel_init(struct nouveau_channel *chan,
1094 nouveau_gpuobj_channel_takedown(struct nouveau_channel *chan)
1124 struct nouveau_channel *chan;
[all …]
H A Dnv10_fifo.c49 nv10_fifo_create_context(struct nouveau_channel *chan) in nv10_fifo_create_context()
82 nv10_fifo_destroy_context(struct nouveau_channel *chan) in nv10_fifo_destroy_context()
93 nv10_fifo_load_context(struct nouveau_channel *chan) in nv10_fifo_load_context()
136 nv10_fifo_save_context(struct nouveau_channel *chan) in nv10_fifo_save_context()
H A Dnouveau_fifo.c175 nouveau_fifo_pushbuf_ctxdma_init(struct nouveau_channel *chan) in nouveau_fifo_pushbuf_ctxdma_init()
251 nouveau_fifo_alloc(struct drm_device *dev, struct nouveau_channel **chan_ret, in nouveau_fifo_alloc()
258 struct nouveau_channel *chan; in nouveau_fifo_alloc()
278 dev_priv->fifos[channel] = drm_calloc(1, sizeof(struct nouveau_channel), in nouveau_fifo_alloc()
395 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle()
423 void nouveau_fifo_free(struct nouveau_channel *chan) in nouveau_fifo_free()
492 struct nouveau_channel *chan = dev_priv->fifos[i]; in nouveau_fifo_cleanup()
523 struct nouveau_channel *chan; in nouveau_ioctl_fifo_alloc()
573 struct nouveau_channel *chan; in nouveau_ioctl_fifo_free()
H A Dnv10_graph.c394 static void nv10_graph_save_pipe(struct nouveau_channel *chan) { in nv10_graph_save_pipe()
421 static void nv10_graph_load_pipe(struct nouveau_channel *chan) { in nv10_graph_load_pipe()
480 static void nv10_graph_create_pipe(struct nouveau_channel *chan) { in nv10_graph_create_pipe()
654 int nv10_graph_load_context(struct nouveau_channel *chan) in nv10_graph_load_context()
673 int nv10_graph_save_context(struct nouveau_channel *chan) in nv10_graph_save_context()
696 struct nouveau_channel *next, *last; in nouveau_nv10_context_switch()
766 int nv10_graph_create_context(struct nouveau_channel *chan) { in nv10_graph_create_context()
830 void nv10_graph_destroy_context(struct nouveau_channel *chan) in nv10_graph_destroy_context()
H A Dnv40_fifo.c40 nv40_fifo_create_context(struct nouveau_channel *chan) in nv40_fifo_create_context()
76 nv40_fifo_destroy_context(struct nouveau_channel *chan) in nv40_fifo_destroy_context()
88 nv40_fifo_load_context(struct nouveau_channel *chan) in nv40_fifo_load_context()
149 nv40_fifo_save_context(struct nouveau_channel *chan) in nv40_fifo_save_context()
H A Dnv50_fifo.c66 struct nouveau_channel *chan = dev_priv->fifos[channel]; in nv50_fifo_channel_enable()
228 nv50_fifo_create_context(struct nouveau_channel *chan) in nv50_fifo_create_context()
289 nv50_fifo_destroy_context(struct nouveau_channel *chan) in nv50_fifo_destroy_context()
309 nv50_fifo_load_context(struct nouveau_channel *chan) in nv50_fifo_load_context()
338 nv50_fifo_save_context(struct nouveau_channel *chan) in nv50_fifo_save_context()
H A Dnv50_graph.c165 nv50_graph_create_context(struct nouveau_channel *chan) in nv50_graph_create_context()
259 nv50_graph_destroy_context(struct nouveau_channel *chan) in nv50_graph_destroy_context()
307 nv50_graph_load_context(struct nouveau_channel *chan) in nv50_graph_load_context()
329 nv50_graph_save_context(struct nouveau_channel *chan) in nv50_graph_save_context()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnvc0_fence.c35 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32()
58 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32()
78 nvc0_fence_context_new(struct nouveau_channel *chan) in nvc0_fence_context_new()
H A Dnouveau_bo0039.c39 struct nouveau_channel *chan, struct ttm_resource *reg) in nouveau_bo_mem_ctxdma()
47 nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv04_bo_move_m2mf()
97 nv04_bo_move_init(struct nouveau_channel *chan, u32 handle) in nv04_bo_move_init()
H A Dnv17_fence.c37 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv17_fence_sync()
77 nv17_fence_context_new(struct nouveau_channel *chan) in nv17_fence_context_new()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_notifier.c34 nouveau_notifier_alloc(struct nouveau_channel *chan, uint32_t handle, in nouveau_notifier_alloc()
60 nvnotify->map = (char *)nouveau_channel(chan)->notifier_block + in nouveau_notifier_alloc()
80 nvchan = nouveau_channel(nvnotify->base.channel); in nouveau_notifier_free()
H A Dnouveau_notifier.h39 struct nouveau_channel *channel;
44 nouveau_notifier_alloc(struct nouveau_channel *, uint32_t handle, int count,
H A Dnouveau_grobj.c29 nouveau_grobj_alloc(struct nouveau_channel *chan, uint32_t handle, in nouveau_grobj_alloc()
64 nouveau_grobj_ref(struct nouveau_channel *chan, uint32_t handle, in nouveau_grobj_ref()
96 chan = nouveau_channel(nvgrobj->base.channel); in nouveau_grobj_free()

123456