[COMMON] media: smfc: disable timeout interrupt during HWFC is on
authorCho KyongHo <pullip.cho@samsung.com>
Wed, 15 Jul 2015 05:08:01 +0000 (14:08 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:19 +0000 (20:22 +0300)
commit07239e7f4e02efd9f7efdc65e001ecfdb2d3ea58
tree9da44d5c8c1c101a0fccb2ac27339eec0379ac62
parentffa1f20b37277def7ecb46f4749b4a4080690fc2
[COMMON] media: smfc: disable timeout interrupt during HWFC is on

If HWFC is enabled, MC Scaler that generates the source image of SMFC
may starts significantly later than SMFC. We have observed that SMFC
asserts timeout if MC Scalert starts working in the mean time. To
prevent unexpected timeout interrupt, it is reqruied to disable the
timeout interrupt.
Instead of timeout interrupt, hurry threashold interrupt should be
used to detect a problem during compression.

Change-Id: I92d3bf5bfcceb7f757a8600d3623da4127e1519c
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/media/platform/exynos/smfc/smfc-regs.c