Home
last modified time | relevance | path

Searched refs:wpr_header_v2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dga102.c29 struct wpr_header_v2 hdr; in ga102_acr_wpr_patch()
135 struct wpr_header_v2 hdr; in ga102_acr_wpr_build()
193 wpr += 21 /* MAX_LSF */ * sizeof(struct wpr_header_v2); in ga102_acr_wpr_layout()
219 const struct wpr_header_v2 *hdr = (void *)acr->wpr_fw->data; in ga102_acr_wpr_parse()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h52 struct wpr_header_v2 { struct
57 void wpr_header_v2_dump(struct nvkm_subdev *, const struct wpr_header_v2 *); argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dacr.c58 wpr_header_v2_dump(struct nvkm_subdev *subdev, const struct wpr_header_v2 *hdr) in wpr_header_v2_dump()