Home
last modified time | relevance | path

Searched refs:nvbios_pll_parse (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpll.h75 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgv100.c38 ret = nvbios_pll_parse(device->bios, type, &info); in gv100_devinit_pll_set()
H A Dtu102.c39 ret = nvbios_pll_parse(device->bios, type, &info); in tu102_devinit_pll_set()
H A Dga100.c39 ret = nvbios_pll_parse(device->bios, type, &info); in ga100_devinit_pll_set()
H A Dgf100.c40 ret = nvbios_pll_parse(device->bios, type, &info); in gf100_devinit_pll_set()
H A Dgt215.c40 ret = nvbios_pll_parse(device->bios, type, &info); in gt215_devinit_pll_set()
H A Dnv04.c310 if (nvbios_pll_parse(device->bios, Preg, &info)) in setPLL_double_lowregs()
366 ret = nvbios_pll_parse(bios, type > 0x405c ? type : type - 4, &info); in nv04_devinit_pll_set()
H A Dnv50.c44 ret = nvbios_pll_parse(bios, type, &info); in nv50_devinit_pll_set()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv40.c43 ret = nvbios_pll_parse(bios, 0x04, &pll); in nv40_ram_calc()
H A Dramgf100.c583 ret = nvbios_pll_parse(bios, 0x0c, &ram->refpll); in gf100_ram_new_()
589 ret = nvbios_pll_parse(bios, 0x04, &ram->mempll); in gf100_ram_new_()
H A Dramnv50.c327 ret = nvbios_pll_parse(bios, 0x004008, &mpll); in nv50_ram_calc()
H A Dramgk104.c1582 ret = nvbios_pll_parse(bios, 0x0c, &ram->fuc.refpll); in gk104_ram_new_()
1588 ret = nvbios_pll_parse(bios, 0x04, &ram->fuc.mempll); in gk104_ram_new_()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv40.c131 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); in nv40_clk_calc_pll()
H A Dmcp77.c169 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); in calc_pll()
H A Dgf100.c257 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); in calc_pll()
H A Dnv50.c332 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); in calc_pll()
H A Dgt215.c255 ret = nvbios_pll_parse(subdev->device->bios, pll, &limits); in gt215_pll_info()
H A Dgk104.c270 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); in calc_pll()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpll.c230 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse() function
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c174 ret = nvbios_pll_parse(bios, plltype, &pll_lim); in nouveau_hw_get_pllvals()
267 if (nvbios_pll_parse(bios, pll, &pll_lim)) in nouveau_hw_fix_bad_vpll()
H A Dcrtc.c129 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, in nv_crtc_calc_state_ext()