commit | 7c284e6ee3710e96bf246e6b52032f3d766fa094 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Mar 05 16:32:08 2013 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 03 15:19:17 2013 +0300 |
tree | a713a5d43b0920912a66d666dd8e786704513a6a | |
parent | 4ce9e33c0f6abc4203f25f5fc287bf072de32513 [diff] |
OMAPDSS: DISPC: add new clock calculation code Add new way to iterate over DISPC clock divisors. dispc_div_calc() provides a generic way to go over all the divisors, within given pixel clock range. dispc_div_calc() will call a callback function for each divider set, making the function reusable for all use cases. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>