Searched refs:nvkm_ram_func (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ram.h | 5 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 *, 14 extern const struct nvkm_ram_func nv04_ram_func; 16 int nv50_ram_ctor(const struct nvkm_ram_func *, struct nvkm_fb *, 22 int gf100_ram_ctor(const struct nvkm_ram_func *, struct nvkm_fb *,
|
D | ram.c | 49 nvkm_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_ctor() 93 nvkm_ram_new_(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_new_()
|
D | ramgm107.c | 26 static const struct nvkm_ram_func
|
D | ramnv04.c | 27 const struct nvkm_ram_func
|
D | rammcp77.c | 53 static const struct nvkm_ram_func
|
D | ramgp100.c | 79 static const struct nvkm_ram_func
|
D | ramnv40.c | 189 static const struct nvkm_ram_func
|
D | ramgf100.c | 548 static const struct nvkm_ram_func 559 gf100_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in gf100_ram_ctor()
|
D | ramnv50.c | 589 static const struct nvkm_ram_func 637 nv50_ram_ctor(const struct nvkm_ram_func *func, in nv50_ram_ctor()
|
D | ramgt215.c | 930 static const struct nvkm_ram_func
|
D | ramgk104.c | 1519 static const struct nvkm_ram_func
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 123 const struct nvkm_ram_func *func; 147 struct nvkm_ram_func { struct
|