Home
last modified time | relevance | path

Searched refs:nouveau_hw_get_clock (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Darb.c202 int MClk = nouveau_hw_get_clock(dev, PLL_MEMORY); in nv04_update_arb()
203 int NVClk = nouveau_hw_get_clock(dev, PLL_CORE); in nv04_update_arb()
Dhw.h46 int nouveau_hw_get_clock(struct drm_device *, enum nvbios_pll_type plltype);
Dhw.c214 nouveau_hw_get_clock(struct drm_device *dev, enum nvbios_pll_type plltype) in nouveau_hw_get_clock() function