1. 03 9月, 2018 13 次提交
  2. 28 6月, 2018 1 次提交
  3. 01 3月, 2018 2 次提交
  4. 19 12月, 2017 2 次提交
  5. 15 8月, 2017 1 次提交
  6. 02 6月, 2017 1 次提交
  7. 02 11月, 2016 15 次提交
  8. 03 6月, 2016 1 次提交
  9. 03 3月, 2016 1 次提交
  10. 29 12月, 2015 1 次提交
  11. 28 10月, 2015 1 次提交
  12. 26 2月, 2015 1 次提交
    • T
      OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES · 7a16360d
      Tomi Valkeinen 提交于
      DISPC can drive data lines either on rising or falling pixel clock edge,
      which can be configured by the user.
      
      Sync lines can also be driven on rising or falling pixel clock edge, but
      additionally the HW can be configured to drive the sync lines on
      opposite clock edge from the data lines.
      
      This opposite edge setting does not make any sense, as the same effect
      can be achieved by just setting the sync lines to be driven on the other
      edge compared to the data lines. It feels like some kind of backward
      compatibility option, even if all DSS versions seem to have the same
      implementation.
      
      To simplify the code and configuration of the signals, and to make the
      dispc timings more compatible with what is used on other platforms,
      let's just remove the whole opposite-edge support.
      
      The drivers that used OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES setting are
      changed so that they use the opposite setting from the data edge.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      7a16360d