Home | History | Annotate | Download | only in i915

Lines Matching defs:large

688  * intel_wm_method2 - Method 2 / "large buffer" watermark formula
695 * Compute the watermark using the method 2 or "large buffer"
702 * a longer period. The name "large" refers to the fact the
703 * FIFO is relatively large compared to the amount of data
1166 unsigned int small, large;
1169 large = intel_wm_method2(clock, htotal, width, cpp, latency);
1171 wm = min(small, large);
2769 DRM_DEBUG_KMS("Primary WM%d too large %u (max %u)\n",
2772 DRM_DEBUG_KMS("Sprite WM%d too large %u (max %u)\n",
2775 DRM_DEBUG_KMS("Cursor WM%d too large %u (max %u)\n",
6258 * - lines are large relative to FIFO size (buffer can hold up to 2)