Searched refs:RING_SPACE (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nv50_fbcon.c | 38 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11); in nv50_fbcon_fillrect() 73 ret = RING_SPACE(chan, 12); in nv50_fbcon_copyarea() 107 ret = RING_SPACE(chan, 11); in nv50_fbcon_imageblit() 133 ret = RING_SPACE(chan, push + 1); in nv50_fbcon_imageblit() 190 ret = RING_SPACE(chan, 58); in nv50_fbcon_accel_init()
|
D | nvc0_fbcon.c | 38 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11); in nvc0_fbcon_fillrect() 73 ret = RING_SPACE(chan, 12); in nvc0_fbcon_copyarea() 107 ret = RING_SPACE(chan, 11); in nvc0_fbcon_imageblit() 133 ret = RING_SPACE(chan, push + 1); in nvc0_fbcon_imageblit() 190 ret = RING_SPACE(chan, 58); in nvc0_fbcon_accel_init()
|
D | nv04_fbcon.c | 37 ret = RING_SPACE(chan, 4); in nv04_fbcon_copyarea() 57 ret = RING_SPACE(chan, 7); in nv04_fbcon_fillrect() 91 ret = RING_SPACE(chan, 8); in nv04_fbcon_imageblit() 118 ret = RING_SPACE(chan, iter_len + 1); in nv04_fbcon_imageblit() 203 if (RING_SPACE(chan, 49 + (device->info.chipset >= 0x11 ? 4 : 0))) { in nv04_fbcon_accel_init()
|
D | nvc0_fence.c | 34 int ret = RING_SPACE(chan, 6); in nvc0_fence_emit32() 50 int ret = RING_SPACE(chan, 5); in nvc0_fence_sync32()
|
D | nv17_fence.c | 51 ret = RING_SPACE(prev, 5); in nv17_fence_sync() 61 if (!ret && !(ret = RING_SPACE(chan, 5))) { in nv17_fence_sync()
|
D | nouveau_bo.c | 741 int ret = RING_SPACE(chan, 2); in nve0_bo_move_init() 755 int ret = RING_SPACE(chan, 10); in nve0_bo_move_copy() 774 int ret = RING_SPACE(chan, 2); in nvc0_bo_move_init() 796 ret = RING_SPACE(chan, 11); in nvc0_bo_move_copy() 834 ret = RING_SPACE(chan, 12); in nvc0_bo_move_m2mf() 873 ret = RING_SPACE(chan, 11); in nva3_bo_move_copy() 902 int ret = RING_SPACE(chan, 7); in nv98_bo_move_exec() 920 int ret = RING_SPACE(chan, 7); in nv84_bo_move_exec() 936 int ret = RING_SPACE(chan, 6); in nv50_bo_move_init() 964 ret = RING_SPACE(chan, 18 + 6 * (src_tiled + dst_tiled)); in nv50_bo_move_m2mf() [all …]
|
D | nv84_fence.c | 35 int ret = RING_SPACE(chan, 8); in nv84_fence_emit32() 53 int ret = RING_SPACE(chan, 7); in nv84_fence_sync32()
|
D | nv04_fence.c | 43 int ret = RING_SPACE(chan, 2); in nv04_fence_emit()
|
D | nv10_fence.c | 33 int ret = RING_SPACE(chan, 2); in nv10_fence_emit()
|
D | nouveau_dma.h | 87 RING_SPACE(struct nouveau_channel *chan, int size) in RING_SPACE() function
|
D | nouveau_chan.c | 445 ret = RING_SPACE(chan, NOUVEAU_DMA_SKIPS); in nouveau_channel_init() 460 ret = RING_SPACE(chan, 2); in nouveau_channel_init()
|
D | nouveau_gem.c | 791 ret = RING_SPACE(chan, req->nr_push * 2); in nouveau_gem_ioctl_pushbuf() 805 ret = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()
|
D | nouveau_dmem.c | 426 ret = RING_SPACE(chan, 13); in nvc0b5_migrate_copy()
|
D | nouveau_drm.c | 370 ret = RING_SPACE(drm->channel, 2); in nouveau_accel_gr_init()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1118 ret = RING_SPACE(chan, 2); in nv04_page_flip_emit() 1201 ret = RING_SPACE(chan, 8); in nv04_crtc_page_flip()
|