commit | a602771c43ed7f1a02c7766c94fda74ac5d72a8b | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | Tue May 25 17:01:28 2010 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | Thu Aug 05 16:52:06 2010 +0300 |
tree | af11ea5c9f7b901453b6924fa7166f4fb4997d4c | |
parent | 36194b4792bacf8a02e713536487af60938f06dd [diff] |
OMAP: DSS2: DSI: detect unsupported update requests OMAP DSS HW cannot send updates with odd widths. Normally the widths are made even while preparing the update. This patch adds a BUG_ON() to check if the update width is even. This is to detect broken updates cleanly, as otherwise the OMAP DSS HW will just halt, leading to obscure error situations. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>