Lines Matching refs:fifo_threshold
1198 drm_printf(p, "\tfifo_underrun_threshold=%d\n", ldev->fifo_threshold);
1492 if (ldev->caps.fifo_threshold) {
1498 if (ldev->fifo_warn >= ldev->fifo_threshold) {
1744 if (ldev->caps.fifo_threshold)
1745 regmap_write(ldev->regmap, LTDC_FUT, ldev->fifo_threshold);
1848 ldev->caps.fifo_threshold = false;
1866 ldev->caps.fifo_threshold = false;
1884 ldev->caps.fifo_threshold = true;
2017 if (ldev->caps.fifo_threshold)
2030 ldev->fifo_threshold = FUT_DFT;