Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h74 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgt215.c40 ret = nvbios_pll_parse(bios, type, &info); in gt215_devinit_pll_set()
Dgf100.c40 ret = nvbios_pll_parse(bios, type, &info); in gf100_devinit_pll_set()
Dnv04.c307 if (nvbios_pll_parse(nvkm_bios(devinit), Preg, &info)) in setPLL_double_lowregs()
362 ret = nvbios_pll_parse(bios, type > 0x405c ? type : type - 4, &info); in nv04_devinit_pll_set()
Dnv50.c44 ret = nvbios_pll_parse(bios, type, &info); in nv50_devinit_pll_set()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c43 ret = nvbios_pll_parse(bios, 0x04, &pll); in nv40_ram_calc()
Dramgf100.c638 ret = nvbios_pll_parse(bios, 0x0c, &ram->refpll); in gf100_ram_ctor()
644 ret = nvbios_pll_parse(bios, 0x04, &ram->mempll); in gf100_ram_ctor()
Dramnv50.c130 ret = nvbios_pll_parse(bios, 0x004008, &mpll); in nv50_ram_calc()
Dramgk104.c1514 ret = nvbios_pll_parse(bios, 0x0c, &ram->fuc.refpll); in gk104_ram_ctor()
1520 ret = nvbios_pll_parse(bios, 0x04, &ram->fuc.mempll); in gk104_ram_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv40.c137 ret = nvbios_pll_parse(bios, reg, &pll); in nv40_clk_calc_pll()
Dmcp77.c169 ret = nvbios_pll_parse(bios, reg, &pll); in calc_pll()
Dgf100.c245 ret = nvbios_pll_parse(bios, 0x137000 + (clk * 0x20), &limits); in calc_pll()
Dgk104.c263 ret = nvbios_pll_parse(bios, 0x137000 + (clk * 0x20), &limits); in calc_pll()
Dgt215.c246 ret = nvbios_pll_parse(bios, pll, &limits); in gt215_pll_info()
Dnv50.c327 ret = nvbios_pll_parse(bios, reg, &pll); in calc_pll()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c223 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse() function
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c174 ret = nvbios_pll_parse(bios, plltype, &pll_lim); in nouveau_hw_get_pllvals()
262 if (nvbios_pll_parse(bios, pll, &pll_lim)) in nouveau_hw_fix_bad_vpll()
Dcrtc.c123 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, in nv_crtc_calc_state_ext()