summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorXavier Boudet <x-boudet@ti.com>2012-08-09 14:59:18 +0200
committerAndy Green <andy.green@linaro.org>2012-09-07 13:05:19 +0800
commitac17c0e7d1ab6f5319cd01d8c016cf0c9d02334f (patch)
treedb11579ff052f56f35876317bb677993b8f87127 /drivers/video
parent6d5ab12747739fc3ddba2843c2167092dffa07f0 (diff)
Revert "OMAPDSS: DISPC: Fix buffer underflow err on downscaling"
This reverts commit 16a2aa2aecd500010e5c7d9cc19be0d5ef24f8ce.
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dss/dispc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c
index 486ae071e19e..157826153d97 100644
--- a/drivers/video/omap2/dss/dispc.c
+++ b/drivers/video/omap2/dss/dispc.c
@@ -1073,9 +1073,6 @@ void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, u32 high)
hi_start, hi_end) * unit,
low * unit, high * unit);
- /* preload to high threshold to avoid FIFO underflow */
- dispc_write_reg(DISPC_OVL_PRELOAD(plane), min(high, 0xfffu));
-
dispc_write_reg(DISPC_OVL_FIFO_THRESHOLD(plane),
FLD_VAL(high, hi_start, hi_end) |
FLD_VAL(low, lo_start, lo_end));