Home
last modified time | relevance | path

Searched refs:gma_find_best_pll (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/gma500/
H A Dgma_display.h87 extern bool gma_find_best_pll(const struct gma_limit_t *limit,
H A Dcdv_intel_display.c47 .find_pll = gma_find_best_pll,
62 .find_pll = gma_find_best_pll,
74 .find_pll = gma_find_best_pll,
86 .find_pll = gma_find_best_pll,
H A Dpsb_intel_display.c38 .find_pll = gma_find_best_pll,
53 .find_pll = gma_find_best_pll,
H A Dgma_display.c750 bool gma_find_best_pll(const struct gma_limit_t *limit, in gma_find_best_pll() function