Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvpstate.h18 struct nvbios_vpstate_entry { struct
23 int nvbios_vpstate_entry(struct nvkm_bios *, struct nvbios_vpstate_header *, argument
24 u8 idx, struct nvbios_vpstate_entry *);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c76 nvbios_vpstate_entry(struct nvkm_bios *b, struct nvbios_vpstate_header *h, in nvbios_vpstate_entry() function
77 u8 idx, struct nvbios_vpstate_entry *e) in nvbios_vpstate_entry()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c660 struct nvbios_vpstate_entry base, boost; in nvkm_clk_ctor()
661 if (!nvbios_vpstate_entry(bios, &h, h.boost_id, &boost)) in nvkm_clk_ctor()
663 if (!nvbios_vpstate_entry(bios, &h, h.base_id, &base)) in nvkm_clk_ctor()