Home
last modified time | relevance | path

Searched refs:nouveau_channel (Results 1 – 25 of 29) sorted by relevance

12

/drivers/gpu/drm/nouveau/
A Dnouveau_fence.h16 struct nouveau_channel __rcu *channel;
45 struct nouveau_channel *);
46 u32 (*read)(struct nouveau_channel *);
47 int (*emit32)(struct nouveau_channel *, u64, u32);
48 int (*sync32)(struct nouveau_channel *, u64, u32);
63 int (*context_new)(struct nouveau_channel *);
64 void (*context_del)(struct nouveau_channel *);
81 struct nouveau_channel *);
82 u32 nv10_fence_read(struct nouveau_channel *);
83 void nv10_fence_context_del(struct nouveau_channel *);
[all …]
A Dnouveau_bo.h8 struct nouveau_channel;
110 int nv04_bo_move_init(struct nouveau_channel *, u32);
111 int nv04_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *,
114 int nv50_bo_move_init(struct nouveau_channel *, u32);
115 int nv50_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *,
118 int nv84_bo_move_exec(struct nouveau_channel *, struct ttm_buffer_object *,
121 int nva3_bo_move_copy(struct nouveau_channel *, struct ttm_buffer_object *,
124 int nvc0_bo_move_init(struct nouveau_channel *, u32);
125 int nvc0_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *,
128 int nvc0_bo_move_copy(struct nouveau_channel *, struct ttm_buffer_object *,
[all …]
A Dnouveau_chan.h9 struct nouveau_channel { struct
62 u32 vram, u32 gart, struct nouveau_channel **); argument
63 void nouveau_channel_del(struct nouveau_channel **);
64 int nouveau_channel_idle(struct nouveau_channel *);
65 void nouveau_channel_kill(struct nouveau_channel *);
A Dnv84_fence.c36 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32()
59 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32()
80 nv84_fence_chid(struct nouveau_channel *chan) in nv84_fence_chid()
88 struct nouveau_channel *chan = fence->channel; in nv84_fence_emit()
97 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv84_fence_sync()
106 nv84_fence_read(struct nouveau_channel *chan) in nv84_fence_read()
113 nv84_fence_context_del(struct nouveau_channel *chan) in nv84_fence_context_del()
128 nv84_fence_context_new(struct nouveau_channel *chan) in nv84_fence_context_new()
A Dnouveau_dma.h33 int nouveau_dma_wait(struct nouveau_channel *, int size);
64 RING_SPACE(struct nouveau_channel *chan, int size) in RING_SPACE()
77 OUT_RING(struct nouveau_channel *chan, int data) in OUT_RING()
89 FIRE_RING(struct nouveau_channel *chan) in FIRE_RING()
101 WIND_RING(struct nouveau_channel *chan) in WIND_RING()
A Dnv04_fence.c53 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv04_fence_sync()
59 nv04_fence_read(struct nouveau_channel *chan) in nv04_fence_read()
68 nv04_fence_context_del(struct nouveau_channel *chan) in nv04_fence_context_del()
77 nv04_fence_context_new(struct nouveau_channel *chan) in nv04_fence_context_new()
A Dnv10_fence.c47 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv10_fence_sync()
53 nv10_fence_read(struct nouveau_channel *chan) in nv10_fence_read()
59 nv10_fence_context_del(struct nouveau_channel *chan) in nv10_fence_context_del()
69 nv10_fence_context_new(struct nouveau_channel *chan) in nv10_fence_context_new()
A Dnouveau_fence.c123 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
146 struct nouveau_channel *chan; in nouveau_fence_uevent_work()
168 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
209 struct nouveau_channel *chan = unrcu_pointer(fence->channel); in nouveau_fence_emit()
262 struct nouveau_channel *chan; in nouveau_fence_done()
355 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, in nouveau_fence_sync()
385 struct nouveau_channel *prev; in nouveau_fence_sync()
419 struct nouveau_channel *chan) in nouveau_fence_create()
438 struct nouveau_channel *chan) in nouveau_fence_new()
476 struct nouveau_channel *chan; in nouveau_fence_is_signaled()
A Dnouveau_chan.c44 nouveau_channel_kill(struct nouveau_channel *chan) in nouveau_channel_kill()
54 struct nouveau_channel *chan = container_of(event, typeof(*chan), kill); in nouveau_channel_killed()
66 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle()
89 nouveau_channel_del(struct nouveau_channel **pchan) in nouveau_channel_del()
91 struct nouveau_channel *chan = *pchan; in nouveau_channel_del()
119 struct nouveau_channel *chan = container_of(push, typeof(*chan), chan.push); in nouveau_channel_kick()
143 u32 size, struct nouveau_channel **pchan) in nouveau_channel_prep()
148 struct nouveau_channel *chan; in nouveau_channel_prep()
249 struct nouveau_channel **pchan) in nouveau_channel_ctor()
274 struct nouveau_channel *chan; in nouveau_channel_ctor()
[all …]
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()
A Dgv100_fence.c16 gv100_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in gv100_fence_emit32()
42 gv100_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in gv100_fence_sync32()
65 gv100_fence_context_new(struct nouveau_channel *chan) in gv100_fence_context_new()
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()
A Dnouveau_drv.h60 struct nouveau_channel;
233 int (*move)(struct nouveau_channel *,
236 struct nouveau_channel *chan;
269 struct nouveau_channel *cechan;
270 struct nouveau_channel *channel;
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()
A Dnouveau_exec.h12 struct nouveau_channel *chan;
33 struct nouveau_channel *chan;
A Dnouveau_dma.c41 READ_GET(struct nouveau_channel *chan, uint64_t *prev_get, int *timeout) in READ_GET()
70 nouveau_dma_wait(struct nouveau_channel *chan, int size) in nouveau_dma_wait()
A Dnouveau_bo9039.c38 nvc0_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_m2mf()
87 nvc0_bo_move_init(struct nouveau_channel *chan, u32 handle) in nvc0_bo_move_init()
A Dnouveau_boa0b5.c38 nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nve0_bo_move_copy()
79 nve0_bo_move_init(struct nouveau_channel *chan, u32 handle) in nve0_bo_move_init()
A Dnouveau_bo5039.c39 nv50_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv50_bo_move_m2mf()
137 nv50_bo_move_init(struct nouveau_channel *chan, u32 handle) in nv50_bo_move_init()
A Dnouveau_exec.c132 struct nouveau_channel *chan = exec_job->chan; in nouveau_exec_job_run()
184 struct nouveau_channel *chan = exec_job->chan; in nouveau_exec_job_timeout()
357 struct nouveau_channel *chan = NULL; in nouveau_exec_ioctl_exec()
A Dnouveau_bo74c1.c36 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv84_bo_move_exec()
A Dnouveau_gem.c411 validate_fini_no_ticket(struct validate_op *op, struct nouveau_channel *chan, in validate_fini_no_ticket()
447 validate_fini(struct validate_op *op, struct nouveau_channel *chan, in validate_fini()
456 validate_init(struct nouveau_channel *chan, struct drm_file *file_priv, in validate_init()
567 validate_list(struct nouveau_channel *chan, in validate_list()
622 nouveau_gem_pushbuf_validate(struct nouveau_channel *chan, in nouveau_gem_pushbuf_validate()
755 struct nouveau_channel *chan = NULL; in nouveau_gem_ioctl_pushbuf()
A Dnouveau_bo85b5.c40 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nva3_bo_move_copy()
A Dnouveau_bo90b5.c33 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_copy()
A Dnouveau_abi16.h23 struct nouveau_channel *chan;

Completed in 43 milliseconds

12