Home
last modified time | relevance | path

Searched refs:fifo_high (Results 1 – 5 of 5) sorted by relevance

/drivers/video/fbdev/omap2/omapfb/dss/
A Dapply.c65 u32 fifo_low, fifo_high; member
667 dispc_ovl_set_fifo_threshold(ovl->id, op->fifo_low, op->fifo_high); in dss_ovl_write_regs_extra()
1010 u32 fifo_low, u32 fifo_high) in dss_apply_ovl_fifo_thresholds() argument
1014 if (op->fifo_low == fifo_low && op->fifo_high == fifo_high) in dss_apply_ovl_fifo_thresholds()
1018 op->fifo_high = fifo_high; in dss_apply_ovl_fifo_thresholds()
1025 u32 fifo_low, fifo_high; in dss_ovl_setup_fifo() local
1031 dispc_ovl_compute_fifo_thresholds(ovl->id, &fifo_low, &fifo_high, in dss_ovl_setup_fifo()
1034 dss_apply_ovl_fifo_thresholds(ovl, fifo_low, fifo_high); in dss_ovl_setup_fifo()
A Ddss.h385 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge,
A Ddispc.c1234 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, in dispc_ovl_compute_fifo_thresholds() argument
1265 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1273 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1276 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()
/drivers/gpu/drm/omapdrm/dss/
A Ddss.h481 u32 *fifo_low, u32 *fifo_high,
A Ddispc.c1474 u32 *fifo_low, u32 *fifo_high, in dispc_ovl_compute_fifo_thresholds() argument
1504 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1512 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1515 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()

Completed in 44 milliseconds