Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvpstate.h22 int nvbios_vpstate_parse(struct nvkm_bios *, struct nvbios_vpstate_header *);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c42 nvbios_vpstate_parse(struct nvkm_bios *b, struct nvbios_vpstate_header *h) in nvbios_vpstate_parse() function
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c659 if (bios && !nvbios_vpstate_parse(bios, &h)) { in nvkm_clk_ctor()