Searched refs:nvkm_gr_func (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | priv.h | 10 int nvkm_gr_ctor(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int, 15 struct nvkm_gr_func { struct
|
D | nv10.h | 6 int nv10_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | mcp79.c | 28 static const struct nvkm_gr_func
|
D | gt200.c | 28 static const struct nvkm_gr_func
|
D | gt215.c | 28 static const struct nvkm_gr_func
|
D | mcp89.c | 28 static const struct nvkm_gr_func
|
D | nv15.c | 26 static const struct nvkm_gr_func
|
D | nv17.c | 26 static const struct nvkm_gr_func
|
D | nv20.h | 12 int nv20_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | nv50.h | 14 int nv50_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | nv40.h | 13 int nv40_gr_new_(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | nv44.c | 76 static const struct nvkm_gr_func
|
D | g84.c | 177 static const struct nvkm_gr_func
|
D | nv2a.c | 94 static const struct nvkm_gr_func
|
D | nv25.c | 103 static const struct nvkm_gr_func
|
D | nv35.c | 102 static const struct nvkm_gr_func
|
D | nv34.c | 102 static const struct nvkm_gr_func
|
D | nv20.c | 332 nv20_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv20_gr_new_() 344 static const struct nvkm_gr_func
|
D | nv40.c | 431 nv40_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv40_gr_new_() 444 static const struct nvkm_gr_func
|
D | base.c | 200 nvkm_gr_ctor(const struct nvkm_gr_func *func, struct nvkm_device *device, in nvkm_gr_ctor()
|
D | nv30.c | 165 static const struct nvkm_gr_func
|
D | nv50.c | 763 nv50_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv50_gr_new_() 776 static const struct nvkm_gr_func
|
D | nv10.c | 1175 nv10_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv10_gr_new_() 1188 static const struct nvkm_gr_func
|
D | nv04.c | 1364 static const struct nvkm_gr_func
|
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | gr.h | 7 const struct nvkm_gr_func *func;
|
12