Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dcdv_intel_display.c55 .find_pll = gma_find_best_pll,
70 .find_pll = gma_find_best_pll,
82 .find_pll = gma_find_best_pll,
94 .find_pll = gma_find_best_pll,
Dgma_display.h103 extern bool gma_find_best_pll(const struct gma_limit_t *limit,
Dpsb_intel_display.c46 .find_pll = gma_find_best_pll,
61 .find_pll = gma_find_best_pll,
Dgma_display.c730 bool gma_find_best_pll(const struct gma_limit_t *limit, in gma_find_best_pll() function