Searched refs:burst_size_bytes (Results 1 – 2 of 2) sorted by relevance
319 unsigned burst_size_bytes; in default_get_overlay_fifo_thresholds() local322 burst_size_bytes = 16 * 32 / 8; in default_get_overlay_fifo_thresholds()325 *fifo_low = fifo_size - burst_size_bytes; in default_get_overlay_fifo_thresholds()
3542 unsigned burst_size_bytes; in dsi_get_overlay_fifo_thresholds() local3545 burst_size_bytes = 16 * 32 / 8; in dsi_get_overlay_fifo_thresholds()3547 *fifo_high = fifo_size - burst_size_bytes; in dsi_get_overlay_fifo_thresholds()3548 *fifo_low = fifo_size - burst_size_bytes * 2; in dsi_get_overlay_fifo_thresholds()