diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-02 03:48:53 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 03:29:43 -0500 |
commit | 4de6a2d6acb0e2a840f07db17def7e674b9d2bb4 (patch) | |
tree | 96ebf1d9a23ad135d8c7ae5667af8f7ebf99d5e4 /drivers/gpu/host1x/dev.h | |
parent | 4c48140aaa38e4da44a2fcfe50c476208904fdd3 (diff) |
gpu: host1x: Add MIPI pad calibration support
This driver adds support to perform calibration of the MIPI pads for CSI
and DSI.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/dev.h')
-rw-r--r-- | drivers/gpu/host1x/dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/dev.h b/drivers/gpu/host1x/dev.h index a61a976e7a42..0b6e8e9629c5 100644 --- a/drivers/gpu/host1x/dev.h +++ b/drivers/gpu/host1x/dev.h | |||
@@ -306,4 +306,6 @@ static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) | |||
306 | host->debug_op->show_mlocks(host, o); | 306 | host->debug_op->show_mlocks(host, o); |
307 | } | 307 | } |
308 | 308 | ||
309 | extern struct platform_driver tegra_mipi_driver; | ||
310 | |||
309 | #endif | 311 | #endif |