diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-02-18 13:06:01 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-03 15:19:01 +0300 |
commit | 7286a08fb5607dbcf1a47639609d53d76b60e957 (patch) | |
tree | 87a0dd24c1e68519c0c71d0407ac3b28b2ee85c6 /include/video | |
parent | 002d368deeae2e8f2a081b21e4e3c1e2b4e69d9d (diff) | |
download | op-kernel-dev-7286a08fb5607dbcf1a47639609d53d76b60e957.zip op-kernel-dev-7286a08fb5607dbcf1a47639609d53d76b60e957.tar.gz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 2cb2b0e..fa800b7 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; |