1. 03 9月, 2018 4 次提交
  2. 28 6月, 2018 1 次提交
  3. 01 3月, 2018 7 次提交
  4. 19 12月, 2017 3 次提交
  5. 23 8月, 2017 1 次提交
    • T
      drm/omap: fix analog tv-out modecheck · beea6214
      Tomi Valkeinen 提交于
      omapdrm rejects all venc (analog tv-out) videomodes, due to somewhat
      strict checking of the values, making tv-out unusable.
      
      We only support two videomodes, one for PAL and one for NTSC, so instead
      of trying to check every field in the videomode struct, this patch makes
      the driver check only the pixel clock and the size of the display.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      beea6214
  6. 15 8月, 2017 3 次提交
  7. 02 6月, 2017 3 次提交
  8. 07 4月, 2017 1 次提交
    • R
      drm: omap: use common OF graph helpers · 09bffa6e
      Rob Herring 提交于
      The OMAP driver has its own OF graph helpers that are similar to the
      common helpers. This commit replaces most of the calls with the common
      helpers. There's still a couple of custom helpers left, but the driver
      needs more extensive changes to get rid of them.
      
      In dss_init_ports, we invert the loop, looping through the known ports
      and matching them to DT nodes rather than looping thru DT nodes and
      matching them to the ports.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NSean Paul <seanpaul@chromium.org>
      09bffa6e
  9. 02 11月, 2016 15 次提交
  10. 03 6月, 2016 1 次提交
  11. 03 3月, 2016 1 次提交