summaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-02-12 15:15:21 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-04-03 15:19:00 +0300
commit4fdfdf062d896c0afa18aa2d977a933e38c7c96c (patch)
tree7e032bf46d4d1e757d2c0d0c8c799990d3739541 /include/video/omapdss.h
parenta0d269ec0bfab89f7b025bf6e1e596e9a6f9d999 (diff)
downloadlinux-4fdfdf062d896c0afa18aa2d977a933e38c7c96c.tar.bz2
OMAPDSS: HDMI: remove HDMI clk divisors from dssdev
struct omap_dss_device contains HDMI clock divisors. The idea is that the board file can pass precalculated divisors to the display driver. However, these divsors are no longer needed, as the omapdss driver can calculate the divisors during runtime. This patch removes the divisors from omap_dss_device, and their uses from the hdmi driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 255bcf558f89..2cb2b0e812af 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -591,14 +591,6 @@ struct omap_dss_device {
} phy;
struct {
- struct {
- /* regn is one greater than TRM's REGN value */
- u16 regn;
- u16 regm2;
- } hdmi;
- } clocks;
-
- struct {
struct omap_video_timings timings;
enum omap_dss_dsi_pixel_format dsi_pix_fmt;