Home
last modified time | relevance | path

Searched refs:nvkm_fb (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dpriv.h3 #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 …]
Dram.h5 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 …]
Dbase.c33 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 …]
Dgf100.h7 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 *);
Dgf100.c30 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()
Dnv30.c30 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()
Dnv20.c30 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()
Dnv50.c44 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()
Dnv44.c30 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()
Dnv10.c30 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()
Dnv50.h8 struct nvkm_fb base;
14 int (*ram_new)(struct nvkm_fb *, struct nvkm_ram **);
19 struct nvkm_fb **pfb);
Dnv04.c29 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()
Dnv41.c30 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()
Dnv40.c30 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()
Dgk20a.c25 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()
Dnv46.c30 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()
Dnv25.c30 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()
Dnv35.c30 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()
Dnv36.c30 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()
Dram.c49 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_()
Dramfuc.h8 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()
Dgt215.c34 gt215_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gt215_fb_new()
Dg84.c34 g84_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in g84_fb_new()
Dmcp89.c34 mcp89_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp89_fb_new()
Dmcp77.c34 mcp77_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp77_fb_new()
Dramnv4e.c27 nv4e_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv4e_ram_new()
Dramnv40.h12 int nv40_ram_new_(struct nvkm_fb *fb, enum nvkm_ram_type, u64, u32,
Dramgm107.c34 gm107_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in gm107_ram_new()
Dgk104.c37 gk104_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk104_fb_new()
Dgm107.c37 gm107_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gm107_fb_new()
Dnv1a.c40 nv1a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv1a_fb_new()
Dnv4e.c41 nv4e_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv4e_fb_new()
Dramnv10.c27 nv10_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv10_ram_new()
Dnv47.c42 nv47_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv47_fb_new()
Dnv49.c42 nv49_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv49_fb_new()
Dramnv44.c27 nv44_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv44_ram_new()
Dramnv1a.c27 nv1a_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv1a_ram_new()
Dramnv49.c27 nv49_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv49_ram_new()
Dramnv04.c32 nv04_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv04_ram_new()
Dramnv20.c27 nv20_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv20_ram_new()
Dramnv41.c27 nv41_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in nv41_ram_new()
Dramnv40.c197 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()
Drammcp77.c61 mcp77_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) in mcp77_ram_new()
Dramgf100.c111 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()
Dramnv50.c638 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()
Dramgk104.c232 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()
Dramgt215.c942 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/
Dfb.h48 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/
Dengine.c64 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/
Dnv40.c64 struct nvkm_fb *fb = device->fb; in nv40_fifo_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h107 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/
Duser.c69 struct nvkm_fb *fb = device->fb; in nvkm_dmaobj_ctor()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c46 struct nvkm_fb *fb = device->fb; in nvkm_udevice_info()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c39 struct nvkm_fb *fb = nvxx_fb(&drm->device); in nouveau_vram_manager_init()
Dnouveau_bo.c52 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()
Dnouveau_gem.c260 struct nvkm_fb *fb = nvxx_fb(&drm->device); in nouveau_gem_ioctl_new()