Searched refs:NvSub2D (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nv50_fbcon.c | 43 BEGIN_NV04(chan, NvSub2D, 0x02ac, 1); in nv50_fbcon_fillrect() 46 BEGIN_NV04(chan, NvSub2D, 0x0588, 1); in nv50_fbcon_fillrect() 52 BEGIN_NV04(chan, NvSub2D, 0x0600, 4); in nv50_fbcon_fillrect() 58 BEGIN_NV04(chan, NvSub2D, 0x02ac, 1); in nv50_fbcon_fillrect() 77 BEGIN_NV04(chan, NvSub2D, 0x0110, 1); in nv50_fbcon_copyarea() 79 BEGIN_NV04(chan, NvSub2D, 0x08b0, 4); in nv50_fbcon_copyarea() 84 BEGIN_NV04(chan, NvSub2D, 0x08d0, 4); in nv50_fbcon_copyarea() 111 BEGIN_NV04(chan, NvSub2D, 0x0814, 2); in nv50_fbcon_imageblit() 120 BEGIN_NV04(chan, NvSub2D, 0x0838, 2); in nv50_fbcon_imageblit() 123 BEGIN_NV04(chan, NvSub2D, 0x0850, 4); in nv50_fbcon_imageblit() [all …]
|
D | nvc0_fbcon.c | 43 BEGIN_NVC0(chan, NvSub2D, 0x02ac, 1); in nvc0_fbcon_fillrect() 46 BEGIN_NVC0(chan, NvSub2D, 0x0588, 1); in nvc0_fbcon_fillrect() 52 BEGIN_NVC0(chan, NvSub2D, 0x0600, 4); in nvc0_fbcon_fillrect() 58 BEGIN_NVC0(chan, NvSub2D, 0x02ac, 1); in nvc0_fbcon_fillrect() 77 BEGIN_NVC0(chan, NvSub2D, 0x0110, 1); in nvc0_fbcon_copyarea() 79 BEGIN_NVC0(chan, NvSub2D, 0x08b0, 4); in nvc0_fbcon_copyarea() 84 BEGIN_NVC0(chan, NvSub2D, 0x08d0, 4); in nvc0_fbcon_copyarea() 111 BEGIN_NVC0(chan, NvSub2D, 0x0814, 2); in nvc0_fbcon_imageblit() 120 BEGIN_NVC0(chan, NvSub2D, 0x0838, 2); in nvc0_fbcon_imageblit() 123 BEGIN_NVC0(chan, NvSub2D, 0x0850, 4); in nvc0_fbcon_imageblit() [all …]
|
D | nouveau_dma.h | 55 NvSub2D = 3, /* DO NOT CHANGE - hardcoded for kepler gr fifo */ enumerator
|