Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Dapply.c64 u32 fifo_low, fifo_high; member
666 dispc_ovl_set_fifo_threshold(ovl->id, op->fifo_low, op->fifo_high); in dss_ovl_write_regs_extra()
1009 u32 fifo_low, u32 fifo_high) in dss_apply_ovl_fifo_thresholds() argument
1013 if (op->fifo_low == fifo_low && op->fifo_high == fifo_high) in dss_apply_ovl_fifo_thresholds()
1017 op->fifo_high = fifo_high; in dss_apply_ovl_fifo_thresholds()
1024 u32 fifo_low, fifo_high; in dss_ovl_setup_fifo() local
1030 dispc_ovl_compute_fifo_thresholds(ovl->id, &fifo_low, &fifo_high, in dss_ovl_setup_fifo()
1033 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.c1245 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, in dispc_ovl_compute_fifo_thresholds() argument
1276 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1284 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1287 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Ddss.h491 u32 *fifo_low, u32 *fifo_high,
Ddispc.c1519 u32 *fifo_low, u32 *fifo_high, in dispc_ovl_compute_fifo_thresholds() argument
1549 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1557 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1560 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()