Searched defs:nvkm_ram_func (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| D | fb.h | 148 struct nvkm_ram_func { struct 150 u32 (*probe_fbp)(const struct nvkm_ram_func *, struct nvkm_device *, argument 152 u32 (*probe_fbp_amount)(const struct nvkm_ram_func *, u32 fbpao, argument 154 u32 (*probe_fbpa_amount)(struct nvkm_device *, int fbpa); 155 void *(*dtor)(struct nvkm_ram *); 156 int (*init)(struct nvkm_ram *); 158 int (*calc)(struct nvkm_ram *, u32 freq); 159 int (*prog)(struct nvkm_ram *); 160 void (*tidy)(struct nvkm_ram *);
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| D | fb.h | 165 struct nvkm_ram_func { struct 167 u32 (*probe_fbp)(const struct nvkm_ram_func *, struct nvkm_device *, argument 169 u32 (*probe_fbp_amount)(const struct nvkm_ram_func *, u32 fbpao, argument 171 u32 (*probe_fbpa_amount)(struct nvkm_device *, int fbpa); 172 void *(*dtor)(struct nvkm_ram *); 173 int (*init)(struct nvkm_ram *); 175 int (*calc)(struct nvkm_ram *, u32 freq); 176 int (*prog)(struct nvkm_ram *); 177 void (*tidy)(struct nvkm_ram *);
|