Home
last modified time | relevance | path

Searched refs:fifo_high (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A 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()
1015 if (op->fifo_low == fifo_low && op->fifo_high == fifo_high) in dss_apply_ovl_fifo_thresholds()
1019 op->fifo_high = fifo_high; 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()
1010 dss_apply_ovl_fifo_thresholds(struct omap_overlay *ovl, u32 fifo_low, u32 fifo_high) dss_apply_ovl_fifo_thresholds() argument
[all...]
H A Ddss.h386 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge,
H A Ddispc.c1247 u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, in dispc_ovl_compute_fifo_thresholds()
1278 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1286 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1289 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()
1246 dispc_ovl_compute_fifo_thresholds(enum omap_plane plane, u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, bool manual_update) dispc_ovl_compute_fifo_thresholds() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A 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()
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()
1008 dss_apply_ovl_fifo_thresholds(struct omap_overlay *ovl, u32 fifo_low, u32 fifo_high) dss_apply_ovl_fifo_thresholds() 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, in dispc_ovl_compute_fifo_thresholds()
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()
1244 dispc_ovl_compute_fifo_thresholds(enum omap_plane plane, u32 *fifo_low, u32 *fifo_high, bool use_fifomerge, bool manual_update) dispc_ovl_compute_fifo_thresholds() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddss.h418 u32 *fifo_low, u32 *fifo_high,
H A Ddispc.c1504 u32 *fifo_low, u32 *fifo_high, in dispc_ovl_compute_fifo_thresholds()
1534 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1542 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1545 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()
1502 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) dispc_ovl_compute_fifo_thresholds() argument
/kernel/linux/linux-6.6/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, in dispc_ovl_compute_fifo_thresholds()
1544 *fifo_high = total_fifo_size - burst_size; in dispc_ovl_compute_fifo_thresholds()
1552 *fifo_high = burst_size; in dispc_ovl_compute_fifo_thresholds()
1555 *fifo_high = total_fifo_size - buf_unit; in dispc_ovl_compute_fifo_thresholds()
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) dispc_ovl_compute_fifo_thresholds() argument

Completed in 32 milliseconds