/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | priv.h | 35 u32 pitch, u32 flags, struct nvkm_fb_tile *); 37 struct nvkm_fb_tile *); 38 void (*fini)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 39 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 55 u32 pitch, u32 flags, struct nvkm_fb_tile *); 56 void nv10_fb_tile_fini(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 57 void nv10_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); 61 u32 pitch, u32 flags, struct nvkm_fb_tile *); 62 void nv20_fb_tile_fini(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 63 void nv20_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); [all …]
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | nv46.c | 31 u32 flags, struct nvkm_fb_tile *tile) in nv46_fb_tile_init()
|
D | nv25.c | 31 struct nvkm_fb_tile *tile) in nv25_fb_tile_comp()
|
D | nv41.c | 30 nv41_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv41_fb_tile_prog()
|
D | nv35.c | 31 struct nvkm_fb_tile *tile) in nv35_fb_tile_comp()
|
D | nv36.c | 31 struct nvkm_fb_tile *tile) in nv36_fb_tile_comp()
|
D | nv40.c | 31 struct nvkm_fb_tile *tile) in nv40_fb_tile_comp()
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 25 struct nvkm_fb_tile { struct 52 struct nvkm_fb_tile region[16]; argument 66 u32 pitch, u32 flags, struct nvkm_fb_tile *); 67 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 68 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | priv.h | 7 struct nvkm_fb_tile; 23 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);
|
D | nv10.h | 10 void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
D | nv20.h | 18 void nv20_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
D | nv44.c | 31 nv44_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv44_gr_tile()
|
D | base.c | 65 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile()
|
D | nv40.c | 173 nv40_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv40_gr_tile()
|
D | nv20.c | 149 nv20_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv20_gr_tile()
|
D | nv10.c | 1049 nv10_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv10_gr_tile()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | engine.h | 7 struct nvkm_fb_tile; 27 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *);
|
/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | priv.h | 8 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
|
D | nv31.c | 113 nv31_mpeg_tile(struct nvkm_engine *engine, int i, struct nvkm_fb_tile *tile) in nv31_mpeg_tile()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 62 struct nvkm_fb_tile *tile = &fb->tile.region[i]; in nv10_bo_update_tile_region()
|