/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | priv.h | 3 #define nvkm_fb(p) container_of((p), struct nvkm_fb, subdev) macro 8 void *(*dtor)(struct nvkm_fb *); 9 void (*init)(struct nvkm_fb *); 10 void (*intr)(struct nvkm_fb *); 14 void (*init)(struct nvkm_fb *, int i, u32 addr, u32 size, 16 void (*comp)(struct nvkm_fb *, int i, u32 size, u32 flags, 18 void (*fini)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 19 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 22 int (*ram_new)(struct nvkm_fb *, struct nvkm_ram **); 24 bool (*memtype_valid)(struct nvkm_fb *, u32 memtype); [all …]
|
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 *, 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 *, 35 int nv04_ram_new(struct nvkm_fb *, struct nvkm_ram **); 36 int nv10_ram_new(struct nvkm_fb *, struct nvkm_ram **); 37 int nv1a_ram_new(struct nvkm_fb *, struct nvkm_ram **); 38 int nv20_ram_new(struct nvkm_fb *, struct nvkm_ram **); 39 int nv40_ram_new(struct nvkm_fb *, struct nvkm_ram **); 40 int nv41_ram_new(struct nvkm_fb *, struct nvkm_ram **); [all …]
|
D | base.c | 33 nvkm_fb_memtype_valid(struct nvkm_fb *fb, u32 memtype) in nvkm_fb_memtype_valid() 39 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini() 45 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, in nvkm_fb_tile_init() 52 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog() 92 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() 100 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() 114 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() 134 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() 148 nvkm_fb = { variable 157 int index, struct nvkm_fb *fb) in nvkm_fb_ctor() [all …]
|
D | gf100.h | 7 struct nvkm_fb base; 13 int index, struct nvkm_fb **); 14 void *gf100_fb_dtor(struct nvkm_fb *); 15 void gf100_fb_init(struct nvkm_fb *); 16 void gf100_fb_intr(struct nvkm_fb *);
|
D | gf100.c | 30 gf100_fb_memtype_valid(struct nvkm_fb *fb, u32 tile_flags) in gf100_fb_memtype_valid() 37 gf100_fb_intr(struct nvkm_fb *base) in gf100_fb_intr() 50 gf100_fb_init(struct nvkm_fb *base) in gf100_fb_init() 62 gf100_fb_dtor(struct nvkm_fb *base) in gf100_fb_dtor() 78 int index, struct nvkm_fb **pfb) in gf100_fb_new_() 108 gf100_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gf100_fb_new()
|
D | nv30.c | 30 nv30_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv30_fb_tile_init() 49 nv30_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv30_fb_tile_comp() 66 calc_bias(struct nvkm_fb *fb, int k, int i, int j) in calc_bias() 78 calc_ref(struct nvkm_fb *fb, int l, int k, int i) in calc_ref() 92 nv30_fb_init(struct nvkm_fb *fb) in nv30_fb_init() 130 nv30_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv30_fb_new()
|
D | nv20.c | 30 nv20_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv20_fb_tile_init() 43 nv20_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv20_fb_tile_comp() 60 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_fini() 70 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_prog() 92 nv20_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv20_fb_new()
|
D | nv50.c | 44 nv50_fb_ram_new(struct nvkm_fb *base, struct nvkm_ram **pram) in nv50_fb_ram_new() 51 nv50_fb_memtype_valid(struct nvkm_fb *fb, u32 memtype) in nv50_fb_memtype_valid() 153 nv50_fb_intr(struct nvkm_fb *base) in nv50_fb_intr() 214 nv50_fb_init(struct nvkm_fb *base) in nv50_fb_init() 231 nv50_fb_dtor(struct nvkm_fb *base) in nv50_fb_dtor() 256 int index, struct nvkm_fb **pfb) in nv50_fb_new_() 286 nv50_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv50_fb_new()
|
D | nv44.c | 30 nv44_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv44_fb_tile_init() 40 nv44_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv44_fb_tile_prog() 50 nv44_fb_init(struct nvkm_fb *fb) in nv44_fb_init() 69 nv44_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv44_fb_new()
|
D | nv10.c | 30 nv10_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv10_fb_tile_init() 39 nv10_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv10_fb_tile_fini() 48 nv10_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv10_fb_tile_prog() 68 nv10_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv10_fb_new()
|
D | nv50.h | 8 struct nvkm_fb base; 14 int (*ram_new)(struct nvkm_fb *, struct nvkm_ram **); 19 struct nvkm_fb **pfb);
|
D | nv04.c | 29 nv04_fb_memtype_valid(struct nvkm_fb *fb, u32 tile_flags) in nv04_fb_memtype_valid() 37 nv04_fb_init(struct nvkm_fb *fb) in nv04_fb_init() 56 nv04_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv04_fb_new()
|
D | nv41.c | 30 nv41_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv41_fb_tile_prog() 41 nv41_fb_init(struct nvkm_fb *fb) in nv41_fb_init() 59 nv41_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv41_fb_new()
|
D | nv40.c | 30 nv40_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv40_fb_tile_comp() 47 nv40_fb_init(struct nvkm_fb *fb) in nv40_fb_init() 65 nv40_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv40_fb_new()
|
D | gk20a.c | 25 gk20a_fb_init(struct nvkm_fb *fb) in gk20a_fb_init() 38 gk20a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk20a_fb_new()
|
D | nv46.c | 30 nv46_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv46_fb_tile_init() 55 nv46_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv46_fb_new()
|
D | nv25.c | 30 nv25_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv25_fb_tile_comp() 57 nv25_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv25_fb_new()
|
D | nv35.c | 30 nv35_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv35_fb_tile_comp() 59 nv35_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv35_fb_new()
|
D | nv36.c | 30 nv36_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv36_fb_tile_comp() 59 nv36_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv36_fb_new()
|
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 | ramfuc.h | 8 struct nvkm_fb *fb; 58 ramfuc_init(struct ramfuc *ram, struct nvkm_fb *fb) in ramfuc_init() 146 ramfuc_train_result(struct nvkm_fb *fb, u32 *result, u32 rsize) in ramfuc_train_result()
|
D | gt215.c | 34 gt215_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gt215_fb_new()
|
D | g84.c | 34 g84_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in g84_fb_new()
|
D | mcp89.c | 34 mcp89_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp89_fb_new()
|
D | mcp77.c | 34 mcp77_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp77_fb_new()
|
D | ramnv4e.c | 27 nv4e_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv4e_ram_new()
|
D | ramnv40.h | 12 int nv40_ram_new_(struct nvkm_fb *fb, enum nvkm_ram_type, u64, u32,
|
D | ramgm107.c | 34 gm107_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in gm107_ram_new()
|
D | gk104.c | 37 gk104_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk104_fb_new()
|
D | gm107.c | 37 gm107_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gm107_fb_new()
|
D | nv1a.c | 40 nv1a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv1a_fb_new()
|
D | nv4e.c | 41 nv4e_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv4e_fb_new()
|
D | ramnv10.c | 27 nv10_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv10_ram_new()
|
D | nv47.c | 42 nv47_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv47_fb_new()
|
D | nv49.c | 42 nv49_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv49_fb_new()
|
D | ramnv44.c | 27 nv44_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv44_ram_new()
|
D | ramnv1a.c | 27 nv1a_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv1a_ram_new()
|
D | ramnv49.c | 27 nv49_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv49_ram_new()
|
D | ramnv04.c | 32 nv04_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv04_ram_new()
|
D | ramnv20.c | 27 nv20_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv20_ram_new()
|
D | ramnv41.c | 27 nv41_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv41_ram_new()
|
D | ramnv40.c | 197 nv40_ram_new_(struct nvkm_fb *fb, enum nvkm_ram_type type, u64 size, in nv40_ram_new_() 208 nv40_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv40_ram_new()
|
D | rammcp77.c | 61 mcp77_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in mcp77_ram_new()
|
D | ramgf100.c | 111 struct nvkm_fb *fb = ram->base.fb; in gf100_ram_train() 559 gf100_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in gf100_ram_ctor() 629 gf100_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in gf100_ram_new()
|
D | ramnv50.c | 638 struct nvkm_fb *fb, struct nvkm_ram *ram) in nv50_ram_ctor() 681 nv50_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv50_ram_new()
|
D | ramgk104.c | 232 struct nvkm_fb *fb = ram->base.fb; in gk104_ram_nuts() 1531 gk104_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in gk104_ram_new()
|
D | ramgt215.c | 942 gt215_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in gt215_ram_new()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 48 struct nvkm_fb { struct 60 bool nvkm_fb_memtype_valid(struct nvkm_fb *, u32 memtype); argument 61 void nvkm_fb_tile_init(struct nvkm_fb *, int region, u32 addr, u32 size, 63 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 64 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 66 int nv04_fb_new(struct nvkm_device *, int, struct nvkm_fb **); 67 int nv10_fb_new(struct nvkm_device *, int, struct nvkm_fb **); 68 int nv1a_fb_new(struct nvkm_device *, int, struct nvkm_fb **); 69 int nv20_fb_new(struct nvkm_device *, int, struct nvkm_fb **); 70 int nv25_fb_new(struct nvkm_device *, int, struct nvkm_fb **); [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | engine.c | 64 struct nvkm_fb *fb = engine->subdev.device->fb; in nvkm_engine_tile() 90 struct nvkm_fb *fb = subdev->device->fb; in nvkm_engine_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv40.c | 64 struct nvkm_fb *fb = device->fb; in nv40_fifo_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 107 struct nvkm_fb *fb; 172 int (*fb )(struct nvkm_device *, int idx, struct nvkm_fb **);
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | user.c | 69 struct nvkm_fb *fb = device->fb; in nvkm_dmaobj_ctor()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 46 struct nvkm_fb *fb = device->fb; in nvkm_udevice_info()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 39 struct nvkm_fb *fb = nvxx_fb(&drm->device); in nouveau_vram_manager_init()
|
D | nouveau_bo.c | 52 struct nvkm_fb *fb = device->fb; in nv10_bo_update_tile_region() 103 struct nvkm_fb *fb = nvxx_fb(&drm->device); in nv10_bo_set_tiling()
|
D | nouveau_gem.c | 260 struct nvkm_fb *fb = nvxx_fb(&drm->device); in nouveau_gem_ioctl_new()
|