/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H 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 *); 48 void nv10_fb_tile_fini(struct nvkm_fb *, int i, 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 *); 54 void nv20_fb_tile_fini(struct nvkm_fb *, int i, struct nvkm_fb_tile *); 55 void nv20_fb_tile_prog(struct nvkm_fb *, int, struct nvkm_fb_tile *); [all...] |
H 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()
|
H 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()
|
H 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()
|
H 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()
|
H 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()
|
H A D | nv46.c | 31 u32 flags, struct nvkm_fb_tile *tile) in nv46_fb_tile_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A 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...] |
H 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()
|
H 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()
|
H 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()
|
H 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()
|
H 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fb.h | 24 struct nvkm_fb_tile { struct 42 struct nvkm_fb_tile region[16]; 53 u32 pitch, u32 flags, struct nvkm_fb_tile *); 54 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 55 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fb.h | 25 struct nvkm_fb_tile { struct 52 struct nvkm_fb_tile region[16]; 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 *);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | priv.h | 7 struct nvkm_fb_tile; 21 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);
|
H A D | nv10.h | 10 void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
H A D | nv20.h | 18 void nv20_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | priv.h | 7 struct nvkm_fb_tile; 23 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);
|
H A D | nv10.h | 10 void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
H A D | nv20.h | 18 void nv20_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | engine.h | 7 struct nvkm_fb_tile; 25 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | engine.h | 7 struct nvkm_fb_tile; 27 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | priv.h | 8 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | priv.h | 8 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
|