summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/edid.h
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2011-10-25 15:29:23 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:21:19 -0700
commit1a2d23f3b23dd95ca08cdc671aaa678a8b450447 (patch)
treee329e0478db6d58558ce99a04b1ae3c919c3deb9 /drivers/video/tegra/dc/edid.h
parent154e6eeaf94d942c7166c788b118e218cc9702e8 (diff)
video: tegra: hdmi: Add support to HDMI test in driver.
Test function is invoked by hdmi test module to test DC1, HDMI and EDID modules. Bug 834332 Reviewed-on: http://git-master/r/56482 Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Tested-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com> (cherry picked from commit 8a2ec9a20d88db2f96e17cb7136d81560b989542) Change-Id: I196802fda78a753391298b0c3b6874cedbf1e197 Reviewed-on: http://git-master/r/60467 Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Tested-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Rebase-Id: Raea2dcac0ecfca42b8a2a56461828bcd1c7d055f
Diffstat (limited to 'drivers/video/tegra/dc/edid.h')
-rw-r--r--drivers/video/tegra/dc/edid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/edid.h b/drivers/video/tegra/dc/edid.h
index 773fa0afd18c..32a322b6b5af 100644
--- a/drivers/video/tegra/dc/edid.h
+++ b/drivers/video/tegra/dc/edid.h
@@ -50,6 +50,8 @@ struct tegra_edid_hdmi_eld {
struct tegra_edid *tegra_edid_create(int bus);
void tegra_edid_destroy(struct tegra_edid *edid);
+int tegra_edid_get_monspecs_test(struct tegra_edid *edid,
+ struct fb_monspecs *specs, u8 *edid_ptr);
int tegra_edid_get_monspecs(struct tegra_edid *edid, struct fb_monspecs *specs);
int tegra_edid_get_eld(struct tegra_edid *edid, struct tegra_edid_hdmi_eld *elddata);