/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.h | 16 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 …]
|
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, int length); 87 RING_SPACE(struct nouveau_channel *chan, int size) in RING_SPACE() 100 OUT_RING(struct nouveau_channel *chan, int data) in OUT_RING() 106 OUT_RINGp(struct nouveau_channel *chan, const void *data, unsigned nr_dwords); 109 BEGIN_NV04(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NV04() 115 BEGIN_NI04(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NI04() 121 BEGIN_NVC0(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NVC0() 127 BEGIN_NIC0(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NIC0() 133 BEGIN_IMC0(struct nouveau_channel *chan, int subc, int mthd, u16 data) in BEGIN_IMC0() [all …]
|
D | nv04_fence.c | 42 struct nouveau_channel *chan = fence->channel; in nv04_fence_emit() 54 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv04_fence_sync() 60 nv04_fence_read(struct nouveau_channel *chan) in nv04_fence_read() 69 nv04_fence_context_del(struct nouveau_channel *chan) in nv04_fence_context_del() 78 nv04_fence_context_new(struct nouveau_channel *chan) in nv04_fence_context_new()
|
D | nv10_fence.c | 32 struct nouveau_channel *chan = fence->channel; in nv10_fence_emit() 45 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv10_fence_sync() 51 nv10_fence_read(struct nouveau_channel *chan) in nv10_fence_read() 57 nv10_fence_context_del(struct nouveau_channel *chan) in nv10_fence_context_del() 67 nv10_fence_context_new(struct nouveau_channel *chan) in nv10_fence_context_new()
|
D | nouveau_chan.h | 8 struct nouveau_channel { struct 55 struct nouveau_channel **); argument 56 void nouveau_channel_del(struct nouveau_channel **); 57 int nouveau_channel_idle(struct nouveau_channel *);
|
D | nv84_fence.c | 33 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32() 51 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32() 70 struct nouveau_channel *chan = fence->channel; in nv84_fence_emit() 79 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv84_fence_sync() 88 nv84_fence_read(struct nouveau_channel *chan) in nv84_fence_read() 95 nv84_fence_context_del(struct nouveau_channel *chan) in nv84_fence_context_del() 110 nv84_fence_context_new(struct nouveau_channel *chan) in nv84_fence_context_new()
|
D | nouveau_dma.c | 34 OUT_RINGp(struct nouveau_channel *chan, const void *data, unsigned nr_dwords) in OUT_RINGp() 54 READ_GET(struct nouveau_channel *chan, uint64_t *prev_get, int *timeout) in READ_GET() 85 nv50_dma_push(struct nouveau_channel *chan, u64 offset, int length) in nv50_dma_push() 109 nv50_dma_push_wait(struct nouveau_channel *chan, int count) in nv50_dma_push_wait() 135 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count) in nv50_dma_wait() 178 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait()
|
D | nouveau_fence.c | 126 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update() 155 struct nouveau_channel *chan; in nouveau_fence_wait_uevent_handler() 168 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new() 201 nouveau_fence_emit(struct nouveau_fence *fence, struct nouveau_channel *chan) in nouveau_fence_emit() 240 struct nouveau_channel *chan; in nouveau_fence_done() 333 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() 353 struct nouveau_channel *prev = NULL; in nouveau_fence_sync() 375 struct nouveau_channel *prev = NULL; in nouveau_fence_sync() 406 nouveau_fence_new(struct nouveau_channel *chan, bool sysmem, in nouveau_fence_new() 450 struct nouveau_channel *chan; in nouveau_fence_is_signaled()
|
D | nvc0_fence.c | 32 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() 48 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() 64 nvc0_fence_context_new(struct nouveau_channel *chan) in nvc0_fence_context_new()
|
D | nouveau_drv.h | 63 struct nouveau_channel; 152 int (*move)(struct nouveau_channel *, 155 struct nouveau_channel *chan; 179 struct nouveau_channel *cechan; 180 struct nouveau_channel *channel;
|
D | nouveau_chan.c | 54 struct nouveau_channel *chan = container_of(ntfy, typeof(*chan), kill); in nouveau_channel_killed() 62 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle() 85 nouveau_channel_del(struct nouveau_channel **pchan) in nouveau_channel_del() 87 struct nouveau_channel *chan = *pchan; in nouveau_channel_del() 124 u32 size, struct nouveau_channel **pchan) in nouveau_channel_prep() 128 struct nouveau_channel *chan; in nouveau_channel_prep() 227 u64 runlist, bool priv, struct nouveau_channel **pchan) in nouveau_channel_ind() 246 struct nouveau_channel *chan; in nouveau_channel_ind() 318 struct nouveau_channel **pchan) in nouveau_channel_dma() 327 struct nouveau_channel *chan; in nouveau_channel_dma() [all …]
|
D | nv17_fence.c | 35 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv17_fence_sync() 75 nv17_fence_context_new(struct nouveau_channel *chan) in nv17_fence_context_new()
|
D | nv50_fbcon.c | 35 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_fillrect() 70 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_copyarea() 98 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_imageblit() 155 struct nouveau_channel *chan = drm->channel; in nv50_fbcon_accel_init()
|
D | nvc0_fbcon.c | 35 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_fillrect() 70 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_copyarea() 98 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_imageblit() 155 struct nouveau_channel *chan = drm->channel; in nvc0_fbcon_accel_init()
|
D | nv04_fbcon.c | 34 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_copyarea() 54 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_fillrect() 81 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_imageblit() 138 struct nouveau_channel *chan = drm->channel; in nv04_fbcon_accel_init()
|
D | nouveau_bo.c | 739 nve0_bo_move_init(struct nouveau_channel *chan, u32 handle) in nve0_bo_move_init() 751 nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nve0_bo_move_copy() 772 nvc0_bo_move_init(struct nouveau_channel *chan, u32 handle) in nvc0_bo_move_init() 783 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_copy() 821 nvc0_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nvc0_bo_move_m2mf() 860 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nva3_bo_move_copy() 898 nv98_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv98_bo_move_exec() 916 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv84_bo_move_exec() 934 nv50_bo_move_init(struct nouveau_channel *chan, u32 handle) in nv50_bo_move_init() 950 nv50_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, in nv50_bo_move_m2mf() [all …]
|
D | nouveau_gem.c | 330 validate_fini_no_ticket(struct validate_op *op, struct nouveau_channel *chan, in validate_fini_no_ticket() 366 validate_fini(struct validate_op *op, struct nouveau_channel *chan, in validate_fini() 375 validate_init(struct nouveau_channel *chan, struct drm_file *file_priv, in validate_init() 486 validate_list(struct nouveau_channel *chan, struct nouveau_cli *cli, in validate_list() 547 nouveau_gem_pushbuf_validate(struct nouveau_channel *chan, in nouveau_gem_pushbuf_validate() 697 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()
|
D | nouveau_abi16.h | 23 struct nouveau_channel *chan;
|
D | nouveau_bo.h | 7 struct nouveau_channel;
|
D | nouveau_fbcon.c | 164 struct nouveau_channel *chan = drm->channel; in nouveau_fbcon_sync() 316 struct nouveau_channel *chan; in nouveau_fbcon_create()
|
D | nouveau_dmem.c | 69 struct nouveau_channel *chan; 418 struct nouveau_channel *chan = drm->dmem->migrate.chan; in nvc0b5_migrate_copy()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1042 nv04_finish_page_flip(struct nouveau_channel *chan, in nv04_finish_page_flip() 1081 struct nouveau_channel *chan = drm->channel; in nv04_flip_complete() 1095 nv04_page_flip_emit(struct nouveau_channel *chan, in nv04_page_flip_emit() 1149 struct nouveau_channel *chan; in nv04_crtc_page_flip()
|