summaryrefslogtreecommitdiff
path: root/include/hdmi_service_local.h
diff options
context:
space:
mode:
authorPer Persson <per.xb.persson@stericsson.com>2011-11-28 11:32:43 +0100
committerKalle Vahlman <kalle.vahlman@movial.com>2011-12-08 10:21:39 +0000
commit781c36475cf44240cdeedfe7ddb4c7fd5df3dfba (patch)
tree32cd6186a423a6703519f36d78bd3a497974552d /include/hdmi_service_local.h
parentfc05dad8780c78a831f37003e749be2b0d2c894d (diff)
HDMIservice: Improve EDID handling
Requirement on CEA Extension header revision number match is removed in order to accept older monitors. HDMI support is determined by the revision number. ST-Ericsson ID: 401287 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I111e679b12eb240e2346bd674da768c5d1c5a526 Signed-off-by: Per Persson <per.xb.persson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/40794 Reviewed-by: QATOOLS Reviewed-by: Robert LIND <robert.lind@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com>
Diffstat (limited to 'include/hdmi_service_local.h')
-rw-r--r--include/hdmi_service_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hdmi_service_local.h b/include/hdmi_service_local.h
index d6b8b74..9d5ff7e 100644
--- a/include/hdmi_service_local.h
+++ b/include/hdmi_service_local.h
@@ -88,7 +88,8 @@ int cecrx(void);
int edid_read(__u8 block, __u8 *data);
int edid_parse0(__u8 *data, __u8 *extension, struct video_format *, int size);
int edid_parse1(__u8 *data, struct video_format formats[], int nr_formats,
- int *basic_audio_support, struct edid_latency *edid_latency);
+ int *basic_audio_support, struct edid_latency *edid_latency,
+ int *hdmi);
int edidreq(__u8 block, __u32 cmd_id);
int hdcp_init(__u8 *aes);
int hdcp_state(void);
@@ -274,7 +275,6 @@ int hdmi_service_vesa_cea_prio_set(__u8 vesa_cea1, __u8 nr1,
#define EDID_BL1_STDTIM9_3_FLAG_OFFSET 0x6C
#define EDID_BL1_STDTIM9_BYTE_START 5
#define EDID_BL1_TAG_EXPECTED 0x02
-#define EDID_BL1_REV_EXPECTED 0x03
#define EDID_SVD_ID_MASK 0x7F
#define EDID_EXTVER_3 0x03
#define EDID_NO_DATA 0x04