Searched refs:nvkm_top (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
D | base.c | 27 nvkm_top_device_new(struct nvkm_top *top) in nvkm_top_device_new() 47 struct nvkm_top *top = device->top; in nvkm_top_addr() 63 struct nvkm_top *top = device->top; in nvkm_top_reset() 79 struct nvkm_top *top = device->top; in nvkm_top_intr_mask() 95 struct nvkm_top *top = device->top; in nvkm_top_fault_id() 109 struct nvkm_top *top = device->top; in nvkm_top_fault() 123 struct nvkm_top *top = nvkm_top(subdev); in nvkm_top_oneinit() 130 struct nvkm_top *top = nvkm_top(subdev); in nvkm_top_dtor() 142 nvkm_top = { variable 149 enum nvkm_subdev_type type, int inst, struct nvkm_top **ptop) in nvkm_top_new_() [all …]
|
D | priv.h | 4 #define nvkm_top(p) container_of((p), struct nvkm_top, subdev) macro 8 int (*oneinit)(struct nvkm_top *); 12 struct nvkm_top **); 14 struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);
|
D | ga100.c | 25 ga100_top_oneinit(struct nvkm_top *top) in ga100_top_oneinit() 105 struct nvkm_top **ptop) in ga100_top_new()
|
D | gk104.c | 27 gk104_top_oneinit(struct nvkm_top *top) in gk104_top_oneinit() 116 struct nvkm_top **ptop) in gk104_top_new()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | top.h | 6 struct nvkm_top { struct 30 int gk104_top_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_top **); argument 31 int ga100_top_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_top **);
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | layout.h | 5 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_TOP , struct nvkm_top , top)
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 81 struct nvkm_top *top = device->top; in nvkm_mc_intr()
|