Searched refs:PUSH_NVSQ (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 44 PUSH_NVSQ(push, NV05F, 0x0300, (region->sy << 16) | region->sx, in nv04_fbcon_copyarea() 64 PUSH_NVSQ(push, NV04A, 0x02fc, (rect->rop != ROP_COPY) ? 1 : 3); in nv04_fbcon_fillrect() 67 PUSH_NVSQ(push, NV04A, 0x03fc, ((uint32_t *)info->pseudo_palette)[rect->color]); in nv04_fbcon_fillrect() 69 PUSH_NVSQ(push, NV04A, 0x03fc, rect->color); in nv04_fbcon_fillrect() 70 PUSH_NVSQ(push, NV04A, 0x0400, (rect->dx << 16) | rect->dy, in nv04_fbcon_fillrect() 105 PUSH_NVSQ(push, NV04A, 0x0be4, (image->dy << 16) | (image->dx & 0xffff), in nv04_fbcon_imageblit() 122 PUSH_NVSQ(push, NV04A, 0x0c00, data, iter_len); in nv04_fbcon_imageblit() 208 PUSH_NVSQ(push, NV042, 0x0000, nfbdev->surf2d.handle); in nv04_fbcon_accel_init() 209 PUSH_NVSQ(push, NV042, 0x0184, chan->vram.handle, in nv04_fbcon_accel_init() 211 PUSH_NVSQ(push, NV042, 0x0300, surface_fmt, in nv04_fbcon_accel_init() [all …]
|
D | nouveau_bo85b5.c | 58 PUSH_NVSQ(push, NV85B5, 0x030c, upper_32_bits(src_offset), in nva3_bo_move_copy() 66 PUSH_NVSQ(push, NV85B5, 0x0300, 0x00000110); in nva3_bo_move_copy()
|
D | nouveau_bo74c1.c | 47 PUSH_NVSQ(push, NV74C1, 0x0304, new_reg->num_pages << PAGE_SHIFT, in nv84_bo_move_exec()
|
D | nouveau_bo90b5.c | 51 PUSH_NVSQ(push, NV90B5, 0x030c, upper_32_bits(src_offset), in nvc0_bo_move_copy()
|
D | nv04_fence.c | 45 PUSH_NVSQ(push, NV_SW, 0x0150, fence->base.seqno); in nv04_fence_emit()
|
D | nouveau_boa0b5.c | 88 PUSH_NVSQ(push, NVA0B5, 0x0000, handle & 0x0000ffff); in nve0_bo_move_init()
|
D | nouveau_chan.c | 496 PUSH_NVSQ(chan->chan.push, NV_SW, 0x0000, chan->nvsw.handle); in nouveau_channel_init()
|
D | nouveau_drm.c | 393 PUSH_NVSQ(push, NV_SW, 0x0000, drm->channel->nvsw.handle); in nouveau_accel_gr_init()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | headc57d.c | 216 PUSH_NVSQ(push, NVC57D, 0x2074 + (i * 0x400), m->v.blank2e << 16 | m->v.blank2s); in headc57d_mode() 217 PUSH_NVSQ(push, NVC57D, 0x2008 + (i * 0x400), m->interlace); in headc57d_mode()
|
D | headc37d.c | 237 PUSH_NVSQ(push, NVC37D, 0x2074 + (i * 0x400), m->v.blank2e << 16 | m->v.blank2s); in headc37d_mode() 238 PUSH_NVSQ(push, NVC37D, 0x2008 + (i * 0x400), m->interlace); in headc37d_mode()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1129 PUSH_NVSQ(push, NV_SW, NV_SW_PAGE_FLIP, 0x00000000); in nv04_page_flip_emit() 1214 PUSH_NVSQ(push, NV05F, 0x012c, 0); in nv04_crtc_page_flip() 1215 PUSH_NVSQ(push, NV05F, 0x0134, head); in nv04_crtc_page_flip() 1216 PUSH_NVSQ(push, NV05F, 0x0100, 0); in nv04_crtc_page_flip() 1217 PUSH_NVSQ(push, NV05F, 0x0130, 0); in nv04_crtc_page_flip()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ |
D | push.h | 272 #define PUSH_NVSQ(A...) PUSH(MTHD, ##A) macro
|