Searched refs:nvbios_pll_parse (Results 1 - 18 of 18) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pll.h | 74 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gf100.c | 40 ret = nvbios_pll_parse(device->bios, type, &info); gf100_devinit_pll_set()
|
H A D | gt215.c | 40 ret = nvbios_pll_parse(device->bios, type, &info); gt215_devinit_pll_set()
|
H A D | nv50.c | 44 ret = nvbios_pll_parse(bios, type, &info); nv50_devinit_pll_set()
|
H A D | nv04.c | 310 if (nvbios_pll_parse(device->bios, Preg, &info)) setPLL_double_lowregs() 366 ret = nvbios_pll_parse(bios, type > 0x405c ? type : type - 4, &info); nv04_devinit_pll_set()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv40.c | 131 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); nv40_clk_calc_pll()
|
H A D | mcp77.c | 172 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); calc_pll()
|
H A D | gf100.c | 249 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); calc_pll()
|
H A D | gk104.c | 270 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); calc_pll()
|
H A D | gt215.c | 252 ret = nvbios_pll_parse(subdev->device->bios, pll, &limits); gt215_pll_info()
|
H A D | nv50.c | 331 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); calc_pll()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv40.c | 43 ret = nvbios_pll_parse(bios, 0x04, &pll); nv40_ram_calc()
|
H A D | ramgf100.c | 644 ret = nvbios_pll_parse(bios, 0x0c, &ram->refpll); gf100_ram_new() 650 ret = nvbios_pll_parse(bios, 0x04, &ram->mempll); gf100_ram_new()
|
H A D | ramnv50.c | 328 ret = nvbios_pll_parse(bios, 0x004008, &mpll); nv50_ram_calc()
|
H A D | ramgk104.c | 1592 ret = nvbios_pll_parse(bios, 0x0c, &ram->fuc.refpll); gk104_ram_new() 1598 ret = nvbios_pll_parse(bios, 0x04, &ram->fuc.mempll); gk104_ram_new()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | pll.c | 223 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) nvbios_pll_parse() function
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | hw.c | 174 ret = nvbios_pll_parse(bios, plltype, &pll_lim); nouveau_hw_get_pllvals() 262 if (nvbios_pll_parse(bios, pll, &pll_lim)) nouveau_hw_fix_bad_vpll()
|
H A D | crtc.c | 123 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, nv_crtc_calc_state_ext()
|
Completed in 196 milliseconds