summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/edid.h
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-10-26 15:30:35 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:36:34 -0800
commit545c1de04a3fdf2afd74d5f0126c938bcd906f40 (patch)
tree8fee04ffa9f85aba68de81cec31703fbc3692918 /drivers/video/tegra/dc/edid.h
parentaf0b4944c1b51f1220ca675516bda8357c8f11ab (diff)
video: tegra: flesh out edid support
* read blocks in a single command instead of byte at a time * allow reading past segment 0 (edid > 256 bytes) * handle mutiple extention blocks * add debugfs file for reading edid Change-Id: Iec8182cdbccdaa2142e4bbc892202d2e8d73c23b Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/tegra/dc/edid.h')
-rw-r--r--drivers/video/tegra/dc/edid.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/video/tegra/dc/edid.h b/drivers/video/tegra/dc/edid.h
index eb78abb7e7d8..821da90a8b4f 100644
--- a/drivers/video/tegra/dc/edid.h
+++ b/drivers/video/tegra/dc/edid.h
@@ -21,13 +21,7 @@
#include <linux/i2c.h>
#include <linux/wait.h>
-struct tegra_edid {
- struct i2c_client *client;
- struct i2c_board_info info;
-
- int probed;
- wait_queue_head_t wq;
-};
+struct tegra_edid;
struct tegra_edid *tegra_edid_create(int bus);
void tegra_edid_destroy(struct tegra_edid *edid);