Home
last modified time | relevance | path

Searched refs:nvkm_ram_func (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dram.h6 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 …]
H A Dramgm107.c27 gm107_ram_probe_fbp(const struct nvkm_ram_func *func, in gm107_ram_probe_fbp()
34 static const struct nvkm_ram_func
H A Dramgf108.c27 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
H A Dramgm200.c27 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
H A Dramnv04.c27 const struct nvkm_ram_func
H A Dramgf100.c472 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
H A Dramgp102.c6 static const struct nvkm_ram_func
H A Dram.c217 nvkm_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_ctor()
257 nvkm_ram_new_(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_new_()
H A Dramgp100.c80 static const struct nvkm_ram_func
H A Dr535.c27 static const struct nvkm_ram_func
H A Drammcp77.c53 static const struct nvkm_ram_func
H A Dramnv40.c183 static const struct nvkm_ram_func
H A Dramnv50.c495 static const struct nvkm_ram_func
541 nv50_ram_ctor(const struct nvkm_ram_func *func, in nv50_ram_ctor()
H A Dramgk104.c1521 gk104_ram_new_(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in gk104_ram_new_()
1699 static const struct nvkm_ram_func
H A Dramgt215.c930 static const struct nvkm_ram_func
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h133 const struct nvkm_ram_func *func;
165 struct nvkm_ram_func { struct
167 u32 (*probe_fbp)(const struct nvkm_ram_func *, struct nvkm_device *, argument
169 u32 (*probe_fbp_amount)(const struct nvkm_ram_func *, u32 fbpao, argument