Lines Matching refs:cursor

1124 		/* cursor SR */
1142 /* cursor HPLL off SR */
1166 const struct intel_watermark_params *cursor,
1178 *cursor_wm = cursor->guard_size;
1198 /* Use the large buffer method to calculate cursor watermark */
1202 tlb_miss = cursor->fifo_size*cursor->cacheline_size - hdisplay * 8;
1205 entries = DIV_ROUND_UP(entries, cursor->cacheline_size);
1206 *cursor_wm = entries + cursor->guard_size;
1207 if (*cursor_wm > (int)cursor->max_wm)
1208 *cursor_wm = (int)cursor->max_wm;
1223 const struct intel_watermark_params *cursor)
1225 DRM_DEBUG_KMS("SR watermark: display plane %d, cursor %d\n",
1234 if (cursor_wm > cursor->max_wm) {
1235 DRM_DEBUG_KMS("cursor watermark is too large(%d/%ld), disabling\n",
1236 cursor_wm, cursor->max_wm);
1252 const struct intel_watermark_params *cursor,
1284 /* calculate the self-refresh watermark for display cursor */
1286 entries = DIV_ROUND_UP(entries, cursor->cacheline_size);
1287 *cursor_wm = entries + cursor->guard_size;
1291 display, cursor);
1318 entries = (clock / 1000) * 4; /* BPP is always 4 for cursor */
1412 DRM_DEBUG_KMS("Setting FIFO watermarks - A: plane=%d, cursor=%d, B: plane=%d, cursor=%d, SR: plane=%d, cursor=%d\n",
1463 DRM_DEBUG_KMS("Setting FIFO watermarks - A: plane=%d, cursor=%d, B: plane=%d, cursor=%d, SR: plane=%d, cursor=%d\n",
1525 "cursor %d\n", srwm, cursor_sr);
1543 /* update cursor SR watermark */
1699 const struct intel_watermark_params *cursor)
1704 " cursor %d\n", level, display_wm, fbc_wm, cursor_wm);
1726 if (cursor_wm > cursor->max_wm) {
1727 DRM_DEBUG_KMS("cursor watermark(%d) is too large(%d), disabling wm%d+\n",
1746 const struct intel_watermark_params *cursor,
1784 /* calculate the self-refresh watermark for display cursor */
1786 entries = DIV_ROUND_UP(entries, cursor->cacheline_size);
1787 *cursor_wm = entries + cursor->guard_size;
1791 display, cursor);
1810 " plane %d, " "cursor: %d\n",
1824 " plane %d, cursor: %d\n",
1895 " plane %d, " "cursor: %d\n",
1909 " plane %d, cursor: %d\n",
1998 " plane %d, " "cursor: %d\n",
2012 " plane %d, cursor: %d\n",
2026 " plane %d, cursor: %d\n",
2080 /* WM3, note we have to correct the cursor latency */
2837 * surface width = hdisplay for normal plane and 64 for cursor