| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| H A D | priv.h | 29 u32 pitch, u32 flags, struct nvkm_fb_tile *); 31 struct nvkm_fb_tile *); 32 void (*fini)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 33 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 49 u32 pitch, u32 flags, struct nvkm_fb_tile *); 50 void nv10_fb_tile_fini(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 51 void nv10_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); 55 u32 pitch, u32 flags, struct nvkm_fb_tile *); 56 void nv20_fb_tile_fini(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 57 void nv20_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); [all …]
|
| H A D | nouveau_nvkm_subdev_fb_nv20.c | 36 u32 flags, struct nvkm_fb_tile *tile) in nv20_fb_tile_init() 49 struct nvkm_fb_tile *tile) in nv20_fb_tile_comp() 65 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_fini() 75 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_prog()
|
| H A D | nouveau_nvkm_subdev_fb_nv10.c | 36 u32 flags, struct nvkm_fb_tile *tile) in nv10_fb_tile_init() 44 nv10_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv10_fb_tile_fini() 53 nv10_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv10_fb_tile_prog()
|
| H A D | nouveau_nvkm_subdev_fb_nv44.c | 36 u32 flags, struct nvkm_fb_tile *tile) in nv44_fb_tile_init() 45 nv44_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv44_fb_tile_prog()
|
| H A D | nouveau_nvkm_subdev_fb_base.c | 40 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini() 47 u32 pitch, u32 flags, struct nvkm_fb_tile *tile) in nvkm_fb_tile_init() 53 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
|
| H A D | nouveau_nvkm_subdev_fb_nv30.c | 36 u32 flags, struct nvkm_fb_tile *tile) in nv30_fb_tile_init() 55 struct nvkm_fb_tile *tile) in nv30_fb_tile_comp()
|
| H A D | nouveau_nvkm_subdev_fb_nv46.c | 36 u32 flags, struct nvkm_fb_tile *tile) in nv46_fb_tile_init()
|
| H A D | nouveau_nvkm_subdev_fb_nv25.c | 36 struct nvkm_fb_tile *tile) in nv25_fb_tile_comp()
|
| H A D | nouveau_nvkm_subdev_fb_nv41.c | 35 nv41_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv41_fb_tile_prog()
|
| H A D | nouveau_nvkm_subdev_fb_nv35.c | 36 struct nvkm_fb_tile *tile) in nv35_fb_tile_comp()
|
| H A D | nouveau_nvkm_subdev_fb_nv36.c | 36 struct nvkm_fb_tile *tile) in nv36_fb_tile_comp()
|
| H A D | nouveau_nvkm_subdev_fb_nv40.c | 36 struct nvkm_fb_tile *tile) in nv40_fb_tile_comp()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| H A D | fb.h | 26 struct nvkm_fb_tile { struct 44 struct nvkm_fb_tile region[16]; argument 55 u32 pitch, u32 flags, struct nvkm_fb_tile *); 56 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 57 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| H A D | priv.h | 9 struct nvkm_fb_tile; 23 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);
|
| H A D | nv10.h | 12 void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
| H A D | nv20.h | 20 void nv20_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
| H A D | nouveau_nvkm_engine_gr_nv44.c | 36 nv44_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv44_gr_tile()
|
| H A D | nouveau_nvkm_engine_gr_base.c | 70 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile()
|
| H A D | nouveau_nvkm_engine_gr_nv40.c | 178 nv40_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv40_gr_tile()
|
| H A D | nouveau_nvkm_engine_gr_nv20.c | 154 nv20_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv20_gr_tile()
|
| H A D | nouveau_nvkm_engine_gr_nv10.c | 1054 nv10_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv10_gr_tile()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| H A D | engine.h | 9 struct nvkm_fb_tile; 27 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *);
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/mpeg/ |
| H A D | priv.h | 10 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
|
| H A D | nouveau_nvkm_engine_mpeg_nv31.c | 119 nv31_mpeg_tile(struct nvkm_engine *engine, int i, struct nvkm_fb_tile *tile) in nv31_mpeg_tile()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_bo.c | 63 struct nvkm_fb_tile *tile = &fb->tile.region[i]; in nv10_bo_update_tile_region()
|