Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dga102.c30 struct wpr_header_v2 hdr; in ga102_acr_wpr_patch()
136 struct wpr_header_v2 hdr; in ga102_acr_wpr_build()
194 wpr += 21 /* MAX_LSF */ * sizeof(struct wpr_header_v2); in ga102_acr_wpr_layout()
220 const struct wpr_header_v2 *hdr = (void *)acr->wpr_fw->data; in ga102_acr_wpr_parse()
/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
/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()