1. 16 8月, 2017 2 次提交
  2. 15 8月, 2017 5 次提交
  3. 02 6月, 2017 2 次提交
  4. 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
  5. 03 4月, 2017 1 次提交
    • T
      drm/omap: display: don't use dsi_get_pixel_size() · 892fdcb0
      Tomi Valkeinen 提交于
      display.c uses dsi_get_pixel_size() which is implemented in the DSI
      driver, and we won't have that in the omapdss-base module, to which we
      want to move display.c
      
      This patch changes display.c not to use dsi_get_pixel_size(). The call
      can be replaced with a simple check for OMAP_DSS_DSI_FMT_RGB565.
      
      We can also make dsi_get_pixel_size() static as it's no longer used
      outside dsi.c.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      892fdcb0
  6. 01 3月, 2017 1 次提交
  7. 04 1月, 2017 1 次提交
  8. 02 11月, 2016 16 次提交
  9. 09 6月, 2016 1 次提交
  10. 03 6月, 2016 1 次提交
  11. 31 5月, 2016 1 次提交
  12. 20 5月, 2016 6 次提交
  13. 03 3月, 2016 2 次提交