Searched refs:nvkm_ram_func (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ram.h | 6 int nvkm_ram_ctor(const struct nvkm_ram_func *, struct nvkm_fb *, 8 int nvkm_ram_new_(const struct nvkm_ram_func *, struct nvkm_fb *, 13 extern const struct nvkm_ram_func nv04_ram_func; 15 int nv50_ram_ctor(const struct nvkm_ram_func *, struct nvkm_fb *, 18 int gf100_ram_new_(const struct nvkm_ram_func *, struct nvkm_fb *, 20 int gf100_ram_ctor(const struct nvkm_ram_func *, struct nvkm_fb *, 22 u32 gf100_ram_probe_fbp(const struct nvkm_ram_func *, 24 u32 gf100_ram_probe_fbp_amount(const struct nvkm_ram_func *, u32, 32 u32 gf108_ram_probe_fbp_amount(const struct nvkm_ram_func *, u32, 35 int gk104_ram_new_(const struct nvkm_ram_func *, struct nvkm_fb *, [all …]
|
D | ramgm107.c | 27 gm107_ram_probe_fbp(const struct nvkm_ram_func *func, in gm107_ram_probe_fbp() 34 static const struct nvkm_ram_func
|
D | ramgf108.c | 27 gf108_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, in gf108_ram_probe_fbp_amount() 44 static const struct nvkm_ram_func
|
D | ramgm200.c | 27 gm200_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, in gm200_ram_probe_fbp_amount() 49 static const struct nvkm_ram_func
|
D | ramga102.c | 28 static const struct nvkm_ram_func
|
D | ramnv04.c | 27 const struct nvkm_ram_func
|
D | ramgf100.c | 472 gf100_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, in gf100_ram_probe_fbp_amount() 483 gf100_ram_probe_fbp(const struct nvkm_ram_func *func, in gf100_ram_probe_fbp() 491 gf100_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in gf100_ram_ctor() 567 gf100_ram_new_(const struct nvkm_ram_func *func, in gf100_ram_new_() 656 static const struct nvkm_ram_func
|
D | ram.c | 173 nvkm_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_ctor() 213 nvkm_ram_new_(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_new_()
|
D | ramgp100.c | 80 static const struct nvkm_ram_func
|
D | rammcp77.c | 53 static const struct nvkm_ram_func
|
D | ramnv40.c | 183 static const struct nvkm_ram_func
|
D | ramnv50.c | 495 static const struct nvkm_ram_func 541 nv50_ram_ctor(const struct nvkm_ram_func *func, in nv50_ram_ctor()
|
D | ramgk104.c | 1521 gk104_ram_new_(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in gk104_ram_new_() 1699 static const struct nvkm_ram_func
|
D | ramgt215.c | 930 static const struct nvkm_ram_func
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 123 const struct nvkm_ram_func *func; 155 struct nvkm_ram_func { struct 157 u32 (*probe_fbp)(const struct nvkm_ram_func *, struct nvkm_device *, argument 159 u32 (*probe_fbp_amount)(const struct nvkm_ram_func *, u32 fbpao, argument
|