Home
last modified time | relevance | path

Searched refs:PLL_VPLL1 (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c41 { PLL_VPLL1 , 0x680520 },
50 { PLL_VPLL1 , 0x680520 },
64 { PLL_VPLL1 , 0x614900 },
76 { PLL_VPLL1 , 0x614900 },
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h37 PLL_VPLL1 = 0x81, enumerator
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgf100.c50 case PLL_VPLL1: in gf100_devinit_pll_set()
Dgt215.c50 case PLL_VPLL1: in gt215_devinit_pll_set()
Dnv50.c58 case PLL_VPLL1: in nv50_devinit_pll_set()
/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c261 enum nvbios_pll_type pll = head ? PLL_VPLL1 : PLL_VPLL0; in nouveau_hw_fix_bad_vpll()
398 nouveau_hw_get_pllvals(dev, head ? PLL_VPLL1 : PLL_VPLL0, &regp->pllvals); in nv_save_state_ramdac()
Dcrtc.c123 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, in nv_crtc_calc_state_ext()