commit | e5c09e06a9ef882e770aa1fa1bcfd5e5c90c6519 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Mon Apr 16 12:53:42 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Apr 23 10:48:09 2012 +0300 |
tree | 46d6f24789846ebd6ae9cb07a00bd8b4335148c4 | |
parent | 693cc078dc8b89d20a0d7d32f1a32d03a4fc1e7f [diff] |
OMAPDSS: DISPC/RFBI: Use dispc_mgr_set_lcd_timings() for setting lcd size The RFBI driver uses dispc_mgr_set_lcd_size() to set the width and height of the LCD manager. Replace this to use dispc_mgr_set_lcd_timings(), pass dummy blanking parameters like done in the DSI driver. This prevents the need to export dispc_mgr_set_lcd_size(), and use a common function to set lcd timings. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>