Searched refs:NVKM_LAYOUT_INST (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | layout.h | 27 NVKM_LAYOUT_INST(NVKM_SUBDEV_IOCTRL , struct nvkm_subdev , ioctrl, 3) 31 NVKM_LAYOUT_INST(NVKM_ENGINE_CE , struct nvkm_engine , ce, 10) 44 NVKM_LAYOUT_INST(NVKM_ENGINE_NVDEC , struct nvkm_nvdec , nvdec, 5) 45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVENC , struct nvkm_nvenc , nvenc, 3)
|
D | device.h | 61 #define NVKM_LAYOUT_INST(type,data,ptr,cnt) data *ptr[cnt]; macro 63 #undef NVKM_LAYOUT_INST 95 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) macro 97 #undef NVKM_LAYOUT_INST
|
D | subdev.h | 8 #define NVKM_LAYOUT_INST NVKM_LAYOUT_ONCE macro 10 #undef NVKM_LAYOUT_INST
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/core/ |
D | subdev.c | 32 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) macro 35 #undef NVKM_LAYOUT_INST
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 3190 #define NVKM_LAYOUT_INST(type,data,ptr,cnt) \ in nvkm_device_ctor() macro 3210 #undef NVKM_LAYOUT_INST in nvkm_device_ctor()
|