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

/linux-master/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 *,
24 u8 idx, struct nvbios_vpstate_entry *);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c76 nvbios_vpstate_entry(struct nvkm_bios *b, struct nvbios_vpstate_header *h, function
77 u8 idx, struct nvbios_vpstate_entry *e)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c660 struct nvbios_vpstate_entry base, boost;
661 if (!nvbios_vpstate_entry(bios, &h, h.boost_id, &boost))
663 if (!nvbios_vpstate_entry(bios, &h, h.base_id, &base))

Completed in 227 milliseconds