summaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-02-18 13:06:01 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-04-03 15:19:01 +0300
commit7286a08fb5607dbcf1a47639609d53d76b60e957 (patch)
tree87a0dd24c1e68519c0c71d0407ac3b28b2ee85c6 /include/video
parent002d368deeae2e8f2a081b21e4e3c1e2b4e69d9d (diff)
downloadlinux-7286a08fb5607dbcf1a47639609d53d76b60e957.tar.gz
linux-7286a08fb5607dbcf1a47639609d53d76b60e957.tar.xz
OMAPDSS: add output->name
Add name field to omapdss's outputs so that in the following patches panels refer to the output by their name. The name also helps debugging. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 2cb2b0e812af..fa800b7ef832 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -541,6 +541,8 @@ struct omap_dss_writeback_info {
struct omap_dss_output {
struct list_head list;
+ const char *name;
+
/* display type supported by the output */
enum omap_display_type type;