/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.h | 16 struct nouveau_channel __rcu *channel; 20 int nouveau_fence_create(struct nouveau_fence **, struct nouveau_channel *); 21 int nouveau_fence_new(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 …]
|
D | nouveau_bo.h | 8 struct nouveau_channel; 141 int nv04_bo_move_init(struct nouveau_channel *, u32); 142 int nv04_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *, 145 int nv50_bo_move_init(struct nouveau_channel *, u32); 146 int nv50_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *, 149 int nv84_bo_move_exec(struct nouveau_channel *, struct ttm_buffer_object *, 152 int nva3_bo_move_copy(struct nouveau_channel *, struct ttm_buffer_object *, 155 int nvc0_bo_move_init(struct nouveau_channel *, u32); 156 int nvc0_bo_move_m2mf(struct nouveau_channel *, struct ttm_buffer_object *, 159 int nvc0_bo_move_copy(struct nouveau_channel *, struct ttm_buffer_object *, [all …]
|
D | nouveau_dma.h | 33 int nouveau_dma_wait(struct nouveau_channel *, int slots, int size); 34 void nv50_dma_push(struct nouveau_channel *, u64 addr, u32 length, 66 RING_SPACE(struct nouveau_channel *chan, int size) in RING_SPACE() 79 OUT_RING(struct nouveau_channel *chan, int data) in OUT_RING() 91 FIRE_RING(struct nouveau_channel *chan) in FIRE_RING() 108 WIND_RING(struct nouveau_channel *chan) in WIND_RING()
|
D | nouveau_chan.h | 9 struct nouveau_channel { struct 66 u32 vram, u32 gart, struct nouveau_channel **); argument 67 void nouveau_channel_del(struct nouveau_channel **); 68 int nouveau_channel_idle(struct nouveau_channel *); 69 void nouveau_channel_kill(struct nouveau_channel *);
|
D | nv04_fence.c | 53 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()
|
D | nv10_fence.c | 47 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()
|
D | nv84_fence.c | 36 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()
|
D | nouveau_fence.c | 130 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update() 158 struct nouveau_channel *chan; in nouveau_fence_wait_uevent_handler() 171 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new() 210 struct nouveau_channel *chan = unrcu_pointer(fence->channel); in nouveau_fence_emit() 252 struct nouveau_channel *chan; in nouveau_fence_done() 345 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, in nouveau_fence_sync() 375 struct nouveau_channel *prev; in nouveau_fence_sync() 407 struct nouveau_channel *chan) in nouveau_fence_create() 426 struct nouveau_channel *chan) in nouveau_fence_new() 464 struct nouveau_channel *chan; in nouveau_fence_is_signaled()
|
D | nouveau_dma.c | 41 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, u32 length, in nv50_dma_push() 99 nv50_dma_push_wait(struct nouveau_channel *chan, int count) in nv50_dma_push_wait() 125 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count) in nv50_dma_wait() 168 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait()
|
D | nouveau_chan.c | 44 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() 122 struct nouveau_channel *chan = container_of(push, typeof(*chan), chan._push); in nouveau_channel_kick() 131 struct nouveau_channel *chan = container_of(push, typeof(*chan), chan._push); in nouveau_channel_wait() 146 u32 size, struct nouveau_channel **pchan) in nouveau_channel_prep() 150 struct nouveau_channel *chan; in nouveau_channel_prep() 258 struct nouveau_channel **pchan) in nouveau_channel_ctor() [all …]
|
D | nvc0_fence.c | 35 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()
|
D | nouveau_bo0039.c | 39 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()
|
D | nouveau_drv.h | 61 struct nouveau_channel; 229 int (*move)(struct nouveau_channel *, 232 struct nouveau_channel *chan; 262 struct nouveau_channel *cechan; 263 struct nouveau_channel *channel;
|
D | nouveau_exec.h | 16 struct nouveau_channel *chan; 37 struct nouveau_channel *chan;
|
D | nv17_fence.c | 37 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()
|
D | nouveau_bo9039.c | 38 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()
|
D | nouveau_boa0b5.c | 38 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()
|
D | nouveau_bo5039.c | 39 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()
|
D | nouveau_bo74c1.c | 36 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv84_bo_move_exec()
|
D | nouveau_exec.c | 157 struct nouveau_channel *chan = exec_job->chan; in nouveau_exec_job_run() 206 struct nouveau_channel *chan = exec_job->chan; in nouveau_exec_job_timeout() 379 struct nouveau_channel *chan = NULL; in nouveau_exec_ioctl_exec()
|
D | nouveau_bo85b5.c | 40 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nva3_bo_move_copy()
|
D | nouveau_bo90b5.c | 33 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_copy()
|
D | nouveau_abi16.h | 23 struct nouveau_channel *chan;
|
D | nouveau_gem.c | 408 validate_fini_no_ticket(struct validate_op *op, struct nouveau_channel *chan, in validate_fini_no_ticket() 444 validate_fini(struct validate_op *op, struct nouveau_channel *chan, in validate_fini() 453 validate_init(struct nouveau_channel *chan, struct drm_file *file_priv, in validate_init() 564 validate_list(struct nouveau_channel *chan, struct nouveau_cli *cli, in validate_list() 618 nouveau_gem_pushbuf_validate(struct nouveau_channel *chan, in nouveau_gem_pushbuf_validate() 751 struct nouveau_channel *chan = NULL; in nouveau_gem_ioctl_pushbuf()
|
D | nv50_fence.c | 36 nv50_fence_context_new(struct nouveau_channel *chan) in nv50_fence_context_new()
|