diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-06-22 20:39:27 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-06-22 20:39:27 +0100 |
commit | d4a54004d2de69c4772254aefb9a6b228a3151c8 (patch) | |
tree | c6167f2af1b45d7c9ee7c76762bebdfee9417f6d /include | |
parent | 1a8aed13ad1bd05d2eb7ee246b7c0f0e3b9489e4 (diff) |
OMAP: DSS2: RFBI: add omap_rfbi_configure
Add omap_rfbi_configure() which the panel driver can use to reconfigure
the data element size and the number of data lines in the RFBI bus.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
-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 943c0e85f2f..b1b5ba55976 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -625,5 +625,7 @@ int omap_rfbi_prepare_update(struct omap_dss_device *dssdev, int omap_rfbi_update(struct omap_dss_device *dssdev, u16 x, u16 y, u16 w, u16 h, void (*callback)(void *), void *data); +int omap_rfbi_configure(struct omap_dss_device *dssdev, int pixel_size, + int data_lines); #endif |