aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPer Persson <per.xb.persson@stericsson.com>2011-02-15 07:56:26 +0100
committerHenrik Öhman <henrik.ohman@stericsson.com>2011-03-10 15:20:16 +0100
commit40db709786f581de87c664446511ae3604290384 (patch)
tree5f91df68c33076465fdd1bf80f4c8db068b290d1 /include
parent42a9f0f64c43923fe0eae5dc15927c702c0cac36 (diff)
video: av8100: Avoid frame interrupts in HDMI when HWtrig
1. When HWtrig is used, tearing interrupts should be avoided in AV8100 for power performance reasons. 2. Remove unnecessary code as these interrupts don't occur. ST-Ericsson ID: ER 323825 Change-Id: I629466aa394274d261f08e2299170c9944f5a0f2 Signed-off-by: Per Persson <per.xb.persson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/15082 Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Marcel TUNNISSEN <marcel.tuennissen@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/av8100.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/av8100.h b/include/video/av8100.h
index ef80e870729..0a8093364c7 100644
--- a/include/video/av8100.h
+++ b/include/video/av8100.h
@@ -22,7 +22,6 @@ struct av8100_platform_data {
unsigned gpio_base;
int irq;
int reset;
- bool timer_ints;
const char *inputclk_id;
const char *regulator_pwr_id;
};