/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
A D | priv.h | 27 u32 pitch, u32 flags, struct nvkm_fb_tile *); 29 struct nvkm_fb_tile *); 30 void (*fini)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 31 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 47 u32 pitch, u32 flags, struct nvkm_fb_tile *); 49 void nv10_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); 53 u32 pitch, u32 flags, struct nvkm_fb_tile *); 55 void nv20_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); 59 u32 pitch, u32 flags, struct nvkm_fb_tile *); 62 struct nvkm_fb_tile *); [all …]
|
A D | nv20.c | 31 u32 flags, struct nvkm_fb_tile *tile) in nv20_fb_tile_init() 44 struct nvkm_fb_tile *tile) 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()
|
A D | nv10.c | 31 u32 flags, struct nvkm_fb_tile *tile) 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()
|
A D | nv44.c | 31 u32 flags, struct nvkm_fb_tile *tile) 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()
|
A D | base.c | 35 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini() 42 u32 pitch, u32 flags, struct nvkm_fb_tile *tile) in nvkm_fb_tile_init() 48 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
|
A D | nv30.c | 31 u32 flags, struct nvkm_fb_tile *tile) in nv30_fb_tile_init() 50 struct nvkm_fb_tile *tile) in nv30_fb_tile_comp()
|
A D | nv46.c | 31 u32 flags, struct nvkm_fb_tile *tile) in nv46_fb_tile_init()
|
A D | nv25.c | 31 struct nvkm_fb_tile *tile) in nv25_fb_tile_comp()
|
A D | nv41.c | 30 nv41_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv41_fb_tile_prog()
|
A D | nv35.c | 31 struct nvkm_fb_tile *tile) in nv35_fb_tile_comp()
|
A D | nv36.c | 31 struct nvkm_fb_tile *tile) in nv36_fb_tile_comp()
|
A D | nv40.c | 31 struct nvkm_fb_tile *tile) in nv40_fb_tile_comp()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
A D | fb.h | 24 struct nvkm_fb_tile { struct 46 struct nvkm_fb_tile region[16]; argument 57 u32 pitch, u32 flags, struct nvkm_fb_tile *); 58 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 59 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
A D | priv.h | 7 struct nvkm_fb_tile; 21 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);
|
A D | nv10.h | 10 void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
A D | nv20.h | 18 void nv20_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
A D | nv44.c | 31 nv44_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv44_gr_tile()
|
A D | base.c | 65 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile()
|
A D | nv20.c | 149 nv20_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv20_gr_tile()
|
A D | nv40.c | 173 nv40_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv40_gr_tile()
|
A D | nv10.c | 1049 nv10_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv10_gr_tile()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | engine.h | 7 struct nvkm_fb_tile; 31 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *);
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
A D | priv.h | 8 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
|
A D | nv31.c | 114 nv31_mpeg_tile(struct nvkm_engine *engine, int i, struct nvkm_fb_tile *tile) in nv31_mpeg_tile()
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_bo.c | 61 struct nvkm_fb_tile *tile = &fb->tile.region[i]; in nv10_bo_update_tile_region()
|