Searched refs:fifo_low (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | apply.c | 64 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() 1016 op->fifo_low = fifo_low; 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()
|
D | dss.h | 386 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge,
|
D | dispc.c | 1245 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, in dispc_ovl_compute_fifo_thresholds() argument 1275 *fifo_low = ovl_fifo_size - burst_size * 2; in dispc_ovl_compute_fifo_thresholds() 1283 *fifo_low = 0; in dispc_ovl_compute_fifo_thresholds() 1286 *fifo_low = ovl_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | dss.h | 491 u32 *fifo_low, u32 *fifo_high,
|
D | dispc.c | 1519 u32 *fifo_low, u32 *fifo_high, in dispc_ovl_compute_fifo_thresholds() argument 1548 *fifo_low = ovl_fifo_size - burst_size * 2; in dispc_ovl_compute_fifo_thresholds() 1556 *fifo_low = 0; in dispc_ovl_compute_fifo_thresholds() 1559 *fifo_low = ovl_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
|