Searched refs:nouveau_hw_get_pllvals (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 164 nouveau_hw_get_pllvals(struct drm_device *dev, enum nvbios_pll_type plltype, in nouveau_hw_get_pllvals() function 244 ret = nouveau_hw_get_pllvals(dev, plltype, &pllvals); in nouveau_hw_get_clock() 270 nouveau_hw_get_pllvals(dev, pll, &pv); in nouveau_hw_fix_bad_vpll() 404 nouveau_hw_get_pllvals(dev, head ? PLL_VPLL1 : PLL_VPLL0, ®p->pllvals); in nv_save_state_ramdac()
|
D | hw.h | 43 int nouveau_hw_get_pllvals(struct drm_device *, enum nvbios_pll_type plltype,
|