Searched refs:NV_ENGINE (Results 1 – 25 of 56) sorted by relevance
123
/drivers/gpu/drm/nouveau/core/engine/copy/ |
D | nve0.c | 118 .handle = NV_ENGINE(COPY0, 0xe0), 129 .handle = NV_ENGINE(COPY1, 0xe0),
|
D | nvc0.c | 156 .handle = NV_ENGINE(COPY0, 0xc0), 169 .handle = NV_ENGINE(COPY1, 0xc0),
|
/drivers/gpu/drm/nouveau/core/engine/vp/ |
D | nv84.c | 86 .handle = NV_ENGINE(VP, 0x84),
|
D | nvc0.c | 101 .handle = NV_ENGINE(VP, 0xc0),
|
D | nve0.c | 101 .handle = NV_ENGINE(VP, 0xe0),
|
/drivers/gpu/drm/nouveau/core/engine/ppp/ |
D | nv98.c | 91 .handle = NV_ENGINE(PPP, 0x98),
|
D | nvc0.c | 101 .handle = NV_ENGINE(PPP, 0xc0),
|
/drivers/gpu/drm/nouveau/core/engine/bsp/ |
D | nv84.c | 86 .handle = NV_ENGINE(BSP, 0x84),
|
D | nve0.c | 101 .handle = NV_ENGINE(BSP, 0xe0),
|
D | nvc0.c | 101 .handle = NV_ENGINE(BSP, 0xc0),
|
/drivers/gpu/drm/nouveau/core/engine/mpeg/ |
D | nv84.c | 97 .handle = NV_ENGINE(MPEG, 0x84),
|
D | nv40.c | 137 .handle = NV_ENGINE(MPEG, 0x40),
|
/drivers/gpu/drm/nouveau/core/include/core/ |
D | engine.h | 8 #define NV_ENGINE(name,var) NV_ENGINE_(NVDEV_ENGINE_##name, (var)) macro
|
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | nva0.c | 82 .handle = NV_ENGINE(DISP, 0x83),
|
D | nv04.c | 98 .handle = NV_ENGINE(DISP, 0x04),
|
D | nve0.c | 82 .handle = NV_ENGINE(DISP, 0x91),
|
D | nvf0.c | 82 .handle = NV_ENGINE(DISP, 0x92),
|
D | nv84.c | 95 .handle = NV_ENGINE(DISP, 0x82),
|
D | nv94.c | 96 .handle = NV_ENGINE(DISP, 0x88),
|
D | nva3.c | 98 .handle = NV_ENGINE(DISP, 0x85),
|
/drivers/gpu/drm/nouveau/core/engine/software/ |
D | nv10.c | 122 .handle = NV_ENGINE(SW, 0x10),
|
D | nv04.c | 140 .handle = NV_ENGINE(SW, 0x04),
|
/drivers/gpu/drm/nouveau/core/engine/dmaobj/ |
D | nvd0.c | 118 .handle = NV_ENGINE(DMAOBJ, 0xd0),
|
D | nvc0.c | 136 .handle = NV_ENGINE(DMAOBJ, 0xc0),
|
D | nv04.c | 136 .handle = NV_ENGINE(DMAOBJ, 0x04),
|
123