Home
last modified time | relevance | path

Searched refs:PLL_VPLL0 (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgv100.c34 int head = type - PLL_VPLL0; in gv100_devinit_pll_set()
47 case PLL_VPLL0: in gv100_devinit_pll_set()
Dgf100.c49 case PLL_VPLL0: in gf100_devinit_pll_set()
Dgt215.c49 case PLL_VPLL0: in gt215_devinit_pll_set()
Dnv50.c57 case PLL_VPLL0: in nv50_devinit_pll_set()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c40 { PLL_VPLL0 , 0x680508 },
49 { PLL_VPLL0 , 0x680508 },
63 { PLL_VPLL0 , 0x614100 },
75 { PLL_VPLL0 , 0x614100 },
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h37 PLL_VPLL0 = 0x80, enumerator
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c265 enum nvbios_pll_type pll = head ? PLL_VPLL1 : PLL_VPLL0; in nouveau_hw_fix_bad_vpll()
402 nouveau_hw_get_pllvals(dev, head ? PLL_VPLL1 : PLL_VPLL0, &regp->pllvals); in nv_save_state_ramdac()
Dcrtc.c124 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, in nv_crtc_calc_state_ext()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.c485 nvkm_devinit_pll_set(devinit, PLL_VPLL0 + head->id, khz); in nv50_disp_super_2_1()