Searched defs:refclk (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c265 /* LVDS 100mhz refclk limits. */
332 int refclk)
339 if (refclk == 100000)
344 if (refclk == 100000)
376 static const intel_limit_t *intel_limit(struct drm_crtc *crtc, int refclk) argument
382 limit = intel_ironlake_limit(crtc, refclk);
412 static void pineview_clock(int refclk, intel_clock_t *clock) argument
416 clock->vco = refclk * clock->m / clock->n;
425 static void i9xx_clock(int refclk, intel_clock_t *clock) argument
429 clock->vco = refclk * cloc
331 intel_ironlake_limit(struct drm_crtc *crtc, int refclk) argument
484 i9xx_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
545 pnv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
604 g4x_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
661 vlv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
4277 int refclk; local
4857 int refclk, num_connectors = 0; local
5511 int refclk; local
[all...]

Completed in 99 milliseconds