Lines Matching refs:large
482 * - 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;
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), display->cacheline_size);
1707 DRM_DEBUG_KMS("fbc watermark(%d) is too large(%d), disabling wm%d+\n",
1721 DRM_DEBUG_KMS("display watermark(%d) is too large(%d), disabling wm%d+\n",
1727 DRM_DEBUG_KMS("cursor watermark(%d) is too large(%d), disabling wm%d+\n",
1753 int small, large;
1771 /* Use the minimum of the small and large buffer method for primary */
1773 large = line_count * line_size;
1775 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
2697 int small, large;
2721 /* Use the minimum of the small and large buffer method for primary */
2723 large = line_count * line_size;
2725 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
2823 * - lines are large relative to FIFO size (buffer can hold up to 2)