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

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c64 u32 fifo_low, fifo_high; member in struct:ovl_priv_data
666 dispc_ovl_set_fifo_threshold(ovl->id, op->fifo_low, op->fifo_high);
1009 u32 fifo_low, u32 fifo_high)
1013 if (op->fifo_low == fifo_low && op->fifo_high == fifo_high)
1016 op->fifo_low = fifo_low;
1024 u32 fifo_low, fifo_high; local
1030 dispc_ovl_compute_fifo_thresholds(ovl->id, &fifo_low, &fifo_high,
1033 dss_apply_ovl_fifo_thresholds(ovl, fifo_low, fifo_hig
1008 dss_apply_ovl_fifo_thresholds(struct omap_overlay *ovl, u32 fifo_low, u32 fifo_high) argument
[all...]
H A Ddss.h386 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge,
H A Ddispc.c1245 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge,
1275 *fifo_low = ovl_fifo_size - burst_size * 2;
1283 *fifo_low = 0;
1286 *fifo_low = ovl_fifo_size - burst_size;
1244 dispc_ovl_compute_fifo_thresholds(enum omap_plane plane, u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, bool manual_update) argument
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddss.h491 u32 *fifo_low, u32 *fifo_high,
H A Ddispc.c1514 u32 *fifo_low, u32 *fifo_high,
1543 *fifo_low = ovl_fifo_size - burst_size * 2;
1551 *fifo_low = 0;
1554 *fifo_low = ovl_fifo_size - burst_size;
1512 dispc_ovl_compute_fifo_thresholds(struct dispc_device *dispc, enum omap_plane_id plane, u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, bool manual_update) argument

Completed in 289 milliseconds