aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPer Persson <per.xb.persson@stericsson.com>2011-02-15 11:14:12 +0100
committerHenrik Öhman <henrik.ohman@stericsson.com>2011-03-11 10:15:28 +0100
commit02e3b5ad6bc291077c3c1d84dc8eb18cccdb5ee1 (patch)
treecd31e19905bad0fe7df4c634b73576357510976c /include
parentd6885ab73896d885ee7bd2a8b321fef2a983edbe (diff)
video: hdmi/av8100: Add CEC TX error event to HDMI API
Update HDMI API with information of the result of a sent HDMI CEC message. An event is generated on failure. ST-Ericsson ID: ER 325292 Change-Id: Ia34601879d7db551a6ed3a0fb3bf0180dbc5de18 Signed-off-by: Per Persson <per.xb.persson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/16638 Reviewed-by: Dan JOHANSSON <dan.johansson@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/av8100.h2
-rw-r--r--include/video/hdmi.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/video/av8100.h b/include/video/av8100.h
index 0a8093364c7..2cec097c73d 100644
--- a/include/video/av8100.h
+++ b/include/video/av8100.h
@@ -407,6 +407,7 @@ enum av8100_hdmi_event {
AV8100_HDMI_EVENT_HDMI_PLUGOUT = 0x2,
AV8100_HDMI_EVENT_CEC = 0x4,
AV8100_HDMI_EVENT_HDCP = 0x8,
+ AV8100_HDMI_EVENT_CECTXERR = 0x10,
};
struct av8100_status {
@@ -511,6 +512,7 @@ int av8100_reg_gen_int_r(
unsigned char *uovbi,
unsigned char *tei);
int av8100_reg_gen_status_r(
+ unsigned char *cectxerr,
unsigned char *cecrec,
unsigned char *cectrx,
unsigned char *uc,
diff --git a/include/video/hdmi.h b/include/video/hdmi.h
index fc2c3234ffb..18a8e34bd67 100644
--- a/include/video/hdmi.h
+++ b/include/video/hdmi.h
@@ -99,6 +99,7 @@ enum hdmi_event {
HDMI_EVENT_HDMI_PLUGOUT = 0x2,
HDMI_EVENT_CEC = 0x4,
HDMI_EVENT_HDCP = 0x8,
+ HDMI_EVENT_CECTXERR = 0x10,
};
enum hdmi_hdcp_auth_type {