dss.h (1c4b92ee00734766967f5aa425767923c747f9c6) dss.h (d3541ca81dbddeefa0c42df448211a9dbaef0843)
1/*
2 * Copyright (C) 2009 Nokia Corporation
3 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4 *
5 * Some code and ideas taken from drivers/video/omap/ driver
6 * by Imre Deak.
7 *
8 * This program is free software; you can redistribute it and/or modify it

--- 257 unchanged lines hidden (view full) ---

266 struct dentry *root;
267 struct dss_debugfs_entry *clk;
268 struct dss_debugfs_entry *dss;
269 } debugfs;
270
271 struct dss_pll *plls[4];
272 struct dss_pll *video1_pll;
273 struct dss_pll *video2_pll;
1/*
2 * Copyright (C) 2009 Nokia Corporation
3 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4 *
5 * Some code and ideas taken from drivers/video/omap/ driver
6 * by Imre Deak.
7 *
8 * This program is free software; you can redistribute it and/or modify it

--- 257 unchanged lines hidden (view full) ---

266 struct dentry *root;
267 struct dss_debugfs_entry *clk;
268 struct dss_debugfs_entry *dss;
269 } debugfs;
270
271 struct dss_pll *plls[4];
272 struct dss_pll *video1_pll;
273 struct dss_pll *video2_pll;
274
275 const struct dispc_ops *dispc_ops;
274};
275
276/* core */
277static inline int dss_set_min_bus_tput(struct device *dev, unsigned long tput)
278{
279 /* To be implemented when the OMAP platform will provide this feature */
280 return 0;
281}

--- 226 unchanged lines hidden ---
276};
277
278/* core */
279static inline int dss_set_min_bus_tput(struct device *dev, unsigned long tput)
280{
281 /* To be implemented when the OMAP platform will provide this feature */
282 return 0;
283}

--- 226 unchanged lines hidden ---