1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVBIOS_VPSTATE_H__
3 #define __NVBIOS_VPSTATE_H__
4 struct nvbios_vpstate_header
{
18 struct nvbios_vpstate_entry
{
22 int nvbios_vpstate_parse(struct nvkm_bios
*, struct nvbios_vpstate_header
*);
23 int nvbios_vpstate_entry(struct nvkm_bios
*, struct nvbios_vpstate_header
*,
24 u8 idx
, struct nvbios_vpstate_entry
*);