Home
last modified time | relevance | path

Searched defs:nvkm_acr_func (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
H A Dpriv.h19 struct nvkm_acr_func { struct
20 const struct nvkm_acr_hsf_fwif *load;
21 const struct nvkm_acr_hsf_fwif *ahesasc;
22 const struct nvkm_acr_hsf_fwif *asb;
23 const struct nvkm_acr_hsf_fwif *unload;
24 int (*wpr_parse)(struct nvkm_acr *);
25 u32 (*wpr_layout)(struct nvkm_acr *);
26 int (*wpr_alloc)(struct nvkm_acr *, u32 wpr_size);
27 int (*wpr_build)(struct nvkm_acr *, struct nvkm_acr_lsf *rtos);
28 void (*wpr_patch)(struct nvkm_acr *, s64 adjust);
[all …]