summaryrefslogtreecommitdiff
path: root/include/video/av8100.h
diff options
context:
space:
mode:
authorNaveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>2011-08-26 21:31:10 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:01 +0200
commite594659d746f9c403c5f3db4c51b2bbf82deb371 (patch)
tree953314c5a3aa2d87795284fc1766bc680a326567 /include/video/av8100.h
parent44e567d83a7baeb3d0021fd75f8b634ca52590d5 (diff)
av8100:Migration to kernel 3.0 patch
Add the following patches changes in av8100 driver files. 1828f43 video: hdmi: Improve HDMI CEC 04ad4ac video: av8100: Add HDMI AVI Infoframe 577214f video: hdmi: Add return data for hdcp request 6d71d02 video: av8100: Add new firmware version 9c42120 video: av8100: Avoid HW access in power off mode bc272e8 video: av8100: Reduce power consumption ST-Ericsson ID: 352334 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Change-Id: I49914c2b8e733bf2802b7916bc1958364fe41118 Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29569
Diffstat (limited to 'include/video/av8100.h')
-rw-r--r--include/video/av8100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/av8100.h b/include/video/av8100.h
index b0dc7b7f1cb..dcc9d51992f 100644
--- a/include/video/av8100.h
+++ b/include/video/av8100.h
@@ -404,6 +404,7 @@ enum av8100_hdmi_event {
AV8100_HDMI_EVENT_CEC = 0x4,
AV8100_HDMI_EVENT_HDCP = 0x8,
AV8100_HDMI_EVENT_CECTXERR = 0x10,
+ AV8100_HDMI_EVENT_CECTX = 0x20, /* Transm no error */
};
struct av8100_status {
@@ -415,6 +416,7 @@ struct av8100_status {
int av8100_init(void);
void av8100_exit(void);
+int av8100_powerscan(void);
int av8100_powerup(void);
int av8100_powerdown(void);
int av8100_disable_interrupt(void);