Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/dispnv04/
Darb.c200 int MClk = nouveau_hw_get_clock(dev, PLL_MEMORY); in nv04_update_arb()
201 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.c215 nouveau_hw_get_clock(struct drm_device *dev, enum nvbios_pll_type plltype) in nouveau_hw_get_clock() function