Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_fence.h16 struct nouveau_channel __rcu *channel;
20 int nouveau_fence_new(struct nouveau_channel *, bool sysmem,
24 int nouveau_fence_emit(struct nouveau_fence *, struct nouveau_channel *);
27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
37 int (*sync)(struct nouveau_fence *, struct nouveau_channel *,
38 struct nouveau_channel *);
39 u32 (*read)(struct nouveau_channel *);
40 int (*emit32)(struct nouveau_channel *, u64, u32);
41 int (*sync32)(struct nouveau_channel *, u64, u32);
55 int (*context_new)(struct nouveau_channel *);
[all …]
Dnouveau_bo.h7 struct nouveau_channel;
139 int nv04_bo_move_init(struct nouveau_channel *, u32);
140 int nv04_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *,
143 int nv50_bo_move_init(struct nouveau_channel *, u32);
144 int nv50_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *,
147 int nv84_bo_move_exec(struct nouveau_channel *, struct ttm_buffer_object *,
150 int nva3_bo_move_copy(struct nouveau_channel *, struct ttm_buffer_object *,
153 int nvc0_bo_move_init(struct nouveau_channel *, u32);
154 int nvc0_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *,
157 int nvc0_bo_move_copy(struct nouveau_channel *, struct ttm_buffer_object *,
[all …]
Dnouveau_dma.h33 int nouveau_dma_wait(struct nouveau_channel *, int slots, int size);
34 void nv50_dma_push(struct nouveau_channel *, u64 addr, int length);
59 RING_SPACE(struct nouveau_channel *chan, int size) in RING_SPACE()
72 OUT_RING(struct nouveau_channel *chan, int data) in OUT_RING()
84 FIRE_RING(struct nouveau_channel *chan) in FIRE_RING()
101 WIND_RING(struct nouveau_channel *chan) in WIND_RING()
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()
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()
Dnouveau_chan.h9 struct nouveau_channel { struct
61 struct nouveau_channel **); argument
62 void nouveau_channel_del(struct nouveau_channel **);
63 int nouveau_channel_idle(struct nouveau_channel *);
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()
82 struct nouveau_channel *chan = fence->channel; in nv84_fence_emit()
91 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv84_fence_sync()
100 nv84_fence_read(struct nouveau_channel *chan) in nv84_fence_read()
107 nv84_fence_context_del(struct nouveau_channel *chan) in nv84_fence_context_del()
122 nv84_fence_context_new(struct nouveau_channel *chan) in nv84_fence_context_new()
Dnouveau_chan.c51 struct nouveau_channel *chan = container_of(ntfy, typeof(*chan), kill); in nouveau_channel_killed()
61 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle()
84 nouveau_channel_del(struct nouveau_channel **pchan) in nouveau_channel_del()
86 struct nouveau_channel *chan = *pchan; in nouveau_channel_del()
115 struct nouveau_channel *chan = container_of(push, typeof(*chan), chan._push); in nouveau_channel_kick()
124 struct nouveau_channel *chan = container_of(push, typeof(*chan), chan._push); in nouveau_channel_wait()
139 u32 size, struct nouveau_channel **pchan) in nouveau_channel_prep()
143 struct nouveau_channel *chan; in nouveau_channel_prep()
251 u64 runlist, bool priv, struct nouveau_channel **pchan) in nouveau_channel_ind()
271 struct nouveau_channel *chan; in nouveau_channel_ind()
[all …]
Dnouveau_fence.c134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
163 struct nouveau_channel *chan; in nouveau_fence_wait_uevent_handler()
176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
210 nouveau_fence_emit(struct nouveau_fence *fence, struct nouveau_channel *chan) in nouveau_fence_emit()
248 struct nouveau_channel *chan; in nouveau_fence_done()
341 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, in nouveau_fence_sync()
371 struct nouveau_channel *prev; in nouveau_fence_sync()
402 nouveau_fence_new(struct nouveau_channel *chan, bool sysmem, in nouveau_fence_new()
446 struct nouveau_channel *chan; in nouveau_fence_is_signaled()
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()
Dnouveau_drv.h62 struct nouveau_channel;
159 int (*move)(struct nouveau_channel *,
162 struct nouveau_channel *chan;
188 struct nouveau_channel *cechan;
189 struct nouveau_channel *channel;
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()
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()
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()
Dnv04_fbcon.c36 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_copyarea()
56 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_fillrect()
81 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_imageblit()
137 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_accel_init()
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()
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()
Dnv50_fbcon.c39 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_fillrect()
80 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_copyarea()
108 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_imageblit()
166 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_accel_init()
Dnvc0_fbcon.c39 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_fillrect()
80 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_copyarea()
108 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_imageblit()
166 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_accel_init()
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()
Dnouveau_bo74c1.c36 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv84_bo_move_exec()
Dnouveau_bo85b5.c40 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nva3_bo_move_copy()
Dnouveau_bo90b5.c33 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_copy()
Dnouveau_gem.c372 validate_fini_no_ticket(struct validate_op *op, struct nouveau_channel *chan, in validate_fini_no_ticket()
408 validate_fini(struct validate_op *op, struct nouveau_channel *chan, in validate_fini()
417 validate_init(struct nouveau_channel *chan, struct drm_file *file_priv, in validate_init()
528 validate_list(struct nouveau_channel *chan, struct nouveau_cli *cli, in validate_list()
582 nouveau_gem_pushbuf_validate(struct nouveau_channel *chan, in nouveau_gem_pushbuf_validate()
730 struct nouveau_channel *chan = NULL; in nouveau_gem_ioctl_pushbuf()
Dnv50_fence.c36 nv50_fence_context_new(struct nouveau_channel *chan) in nv50_fence_context_new()

12