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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_stub.c55 int base, limit; local
60 limit = DRM_MINOR_ID_LIMIT_LEGACY;
64 limit = DRM_MINOR_ID_LIMIT_CONTROL;
68 limit = DRM_MINOR_ID_LIMIT_RENDER;
72 limit = DRM_MINOR_ID_LIMIT_VGATEXT;
76 limit = DRM_MINOR_ID_LIMIT_AGPMASTER;
91 if (new_id > limit) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_map.c112 int limit; local
118 for (limit = 100;
120 limit >= 0; limit--) {
H A Defb_drv.c808 long limit; local
811 for (limit = 10000;
812 ((regr(RBBM_STATUS) & MASK) < n) && (limit > 0); limit--) {
822 for (limit = 1000000;
823 ((regr(RBBM_STATUS) & MASK) < n) && (limit > 0); limit -= dt) {
843 long limit; local
865 for (limit = 10000; (regr(RBBM_STATUS) & GUI_ACTIVE) && --limit >
901 long limit; local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c676 /* check for completion but limit looping to 16384 reads */
721 register int limit; local
725 for (limit = 100; limit >= 0; limit--) {
751 register int limit; local
756 for (limit = 10000; limit > 0; limit--) {
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c43 small, say, fewer than 1000 entries. There's no hard limit, but
1312 OWconfigAttributePtr limit; local
1318 limit = attr + numberInattr;
1320 for (;attr < limit; attr++) {
1493 char **limit = ptr; local
1496 ptr < limit;
1579 OWconfigAttributePtr limit=ptr; local
1587 ptr < limit;
1616 OWconfigAttributePtr ptr, limit; local
1621 for (ptr = attr, limit
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c335 const intel_limit_t *limit; local
340 limit = &intel_limits_ironlake_dual_lvds_100m;
342 limit = &intel_limits_ironlake_dual_lvds;
345 limit = &intel_limits_ironlake_single_lvds_100m;
347 limit = &intel_limits_ironlake_single_lvds;
350 limit = &intel_limits_ironlake_dac;
352 return limit;
358 const intel_limit_t *limit; local
362 limit = &intel_limits_g4x_dual_channel_lvds;
364 limit
379 const intel_limit_t *limit; local
454 intel_PLL_is_valid(struct drm_device *dev, const intel_limit_t *limit, const intel_clock_t *clock) 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
4863 const intel_limit_t *limit; local
5512 const intel_limit_t *limit; local
[all...]

Completed in 33 milliseconds