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

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_pm.c482 * - new fb is too large to fit in compressed buffer
537 DRM_DEBUG_KMS("mode too large for compression, disabling\n");
564 DRM_DEBUG_KMS("framebuffer too large, disabling compression\n");
1198 /* Use the large buffer method to calculate cursor watermark */
1229 DRM_DEBUG_KMS("display watermark is too large(%d/%ld), disabling\n",
1235 DRM_DEBUG_KMS("cursor watermark is too large(%d/%ld), disabling\n",
1259 int small, large; local
1277 /* Use the minimum of the small and large buffer method for primary */
1279 large = line_count * line_size;
1281 entries = DIV_ROUND_UP(min(small, large), displa
1753 int small, large; local
2697 int small, large; local
[all...]

Completed in 24 milliseconds