Searched refs:PLL_VPLL0 (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 41 { PLL_VPLL0 , 0x680508 }, 50 { PLL_VPLL0 , 0x680508 }, 64 { PLL_VPLL0 , 0x614100 }, 76 { PLL_VPLL0 , 0x614100 },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 36 PLL_VPLL0 = 0x80, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gt215.c | 49 case PLL_VPLL0: in gt215_devinit_pll_set()
|
D | gf100.c | 49 case PLL_VPLL0: in gf100_devinit_pll_set()
|
D | nv50.c | 57 case PLL_VPLL0: in nv50_devinit_pll_set()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 260 enum nvbios_pll_type pll = head ? PLL_VPLL1 : PLL_VPLL0; in nouveau_hw_fix_bad_vpll() 397 nouveau_hw_get_pllvals(dev, head ? PLL_VPLL1 : PLL_VPLL0, ®p->pllvals); in nv_save_state_ramdac()
|
D | crtc.c | 123 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, in nv_crtc_calc_state_ext()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf110.c | 967 devinit->pll_set(devinit, PLL_VPLL0 + head, pclk); in gf110_disp_intr_unk2_1()
|
D | nv50.c | 1632 devinit->pll_set(devinit, PLL_VPLL0 + head, pclk); in nv50_disp_intr_unk20_1()
|