Home
last modified time | relevance | path

Searched refs:NVKM_LAYOUT_INST (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dlayout.h28 NVKM_LAYOUT_INST(NVKM_SUBDEV_IOCTRL , struct nvkm_subdev , ioctrl, 3)
32 NVKM_LAYOUT_INST(NVKM_ENGINE_CE , struct nvkm_engine , ce, 10)
45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVDEC , struct nvkm_nvdec , nvdec, 8)
46 NVKM_LAYOUT_INST(NVKM_ENGINE_NVENC , struct nvkm_nvenc , nvenc, 3)
47 NVKM_LAYOUT_INST(NVKM_ENGINE_NVJPG , struct nvkm_engine , nvjpg, 8)
H A Ddevice.h60 #define NVKM_LAYOUT_INST(type,data,ptr,cnt) data *ptr[cnt]; macro
62 #undef NVKM_LAYOUT_INST
105 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) macro
107 #undef NVKM_LAYOUT_INST
H A Dsubdev.h8 #define NVKM_LAYOUT_INST NVKM_LAYOUT_ONCE macro
10 #undef NVKM_LAYOUT_INST
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c32 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) macro
35 #undef NVKM_LAYOUT_INST
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c3318 #define NVKM_LAYOUT_INST(type,data,ptr,cnt) \ in nvkm_device_ctor() macro
3338 #undef NVKM_LAYOUT_INST in nvkm_device_ctor()