1. 30 10月, 2013 1 次提交
  2. 29 10月, 2013 1 次提交
  3. 18 10月, 2013 1 次提交
  4. 09 10月, 2013 11 次提交
  5. 27 9月, 2013 7 次提交
  6. 23 9月, 2013 1 次提交
  7. 30 8月, 2013 3 次提交
  8. 29 8月, 2013 11 次提交
  9. 06 8月, 2013 1 次提交
    • M
      OMAPDSS: HDMI: Fix AVI infoframe bug · fd3cd7ee
      Mythri P K 提交于
      ti_hdmi_4xxx_basic_configure() is supposed to initialize the AVI
      infoframe data in the ip_data container. However, the function actually
      takes a copy of the infoframe from the ip_data, and then goes on
      initializing that copy. The initialized data is never copied back to the
      ip_data container, thus the infoframe in ip_data is left always zero.
      
      Afaik, this doesn't really cause any issues in the current mainline, as
      we don't use the advanced features offered by the AVI infoframe.
      
      This patch fixes the initialization of the AVI infoframe.
      Signed-off-by: NMythri P K <mythripk@ti.com>
      [tomi.valkeinen@ti.com: updated the description]
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      fd3cd7ee
  10. 15 7月, 2013 1 次提交
  11. 26 6月, 2013 1 次提交
    • T
      OMAPDSS: DPI: Fix wrong pixel clock limit · 72e5512a
      Tomi Valkeinen 提交于
      DPI is supposed to skip odd dividers in the clock path when the pixel
      clock is higher than 100MHz. The code, however, defines the pixel clock
      limit as 1MHz. This causes the driver to skip valid clock dividers,
      possibly making the pixel clock to be further away from the requested
      one than necessary.
      
      Fix the clock limit to 100MHz.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: NeilBrown <neilb@suse.de>
      72e5512a
  12. 17 6月, 2013 1 次提交