Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap2/omapfb/dss/
Dapply.c64 u32 fifo_low, fifo_high; member
668 dispc_ovl_set_fifo_threshold(ovl->id, op->fifo_low, op->fifo_high); in dss_ovl_write_regs_extra()
1011 u32 fifo_low, u32 fifo_high) in dss_apply_ovl_fifo_thresholds() argument
1015 if (op->fifo_low == fifo_low && op->fifo_high == fifo_high) in dss_apply_ovl_fifo_thresholds()
1018 op->fifo_low = fifo_low; in dss_apply_ovl_fifo_thresholds()
1026 u32 fifo_low, fifo_high; in dss_ovl_setup_fifo() local
1032 dispc_ovl_compute_fifo_thresholds(ovl->id, &fifo_low, &fifo_high, in dss_ovl_setup_fifo()
1035 dss_apply_ovl_fifo_thresholds(ovl, fifo_low, fifo_high); in dss_ovl_setup_fifo()
Ddss.h386 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge,
Ddispc.c1247 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, in dispc_ovl_compute_fifo_thresholds() argument
1277 *fifo_low = ovl_fifo_size - burst_size * 2; in dispc_ovl_compute_fifo_thresholds()
1285 *fifo_low = 0; in dispc_ovl_compute_fifo_thresholds()
1288 *fifo_low = ovl_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
/drivers/gpu/drm/omapdrm/dss/
Ddss.h418 u32 *fifo_low, u32 *fifo_high,
Ddispc.c1504 u32 *fifo_low, u32 *fifo_high, in dispc_ovl_compute_fifo_thresholds() argument
1533 *fifo_low = ovl_fifo_size - burst_size * 2; in dispc_ovl_compute_fifo_thresholds()
1541 *fifo_low = 0; in dispc_ovl_compute_fifo_thresholds()
1544 *fifo_low = ovl_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()