Searched refs:PLL_VPLL0 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 40 { PLL_VPLL0 , 0x680508 }, 49 { PLL_VPLL0 , 0x680508 }, 63 { PLL_VPLL0 , 0x614100 }, 75 { PLL_VPLL0 , 0x614100 },
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 36 PLL_VPLL0 = 0x80, enumerator
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gf100.c | 49 case PLL_VPLL0: in gf100_devinit_pll_set()
|
D | gt215.c | 49 case PLL_VPLL0: in gt215_devinit_pll_set()
|
D | nv50.c | 57 case PLL_VPLL0: in nv50_devinit_pll_set()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf119.c | 232 nvkm_devinit_pll_set(devinit, PLL_VPLL0 + head, pclk); in gf119_disp_intr_unk2_1()
|
D | nv50.c | 481 nvkm_devinit_pll_set(devinit, PLL_VPLL0 + head, pclk); in nv50_disp_intr_unk20_1()
|