1. 28 6月, 2018 1 次提交
  2. 14 3月, 2018 1 次提交
    • T
      drm/omap: fix compile error when debugfs is disabled · 83df2d4e
      Tomi Valkeinen 提交于
      When compiling with CONFIG_OMAP2_DSS_DEBUGFS disabled, build fails due
      to:
      
      drivers/gpu/drm/omapdrm/dss/dss.c:1474:10: error: ‘dss_debug_dump_clocks’ undeclared (first use in this function); did you mean ‘dispc_dump_clocks’?
                dss_debug_dump_clocks, dss);
                ^~~~~~~~~~~~~~~~~~~~~
                dispc_dump_clocks
      
      Fix this by moving the required functions outside #if
      defined(CONFIG_OMAP2_DSS_DEBUGFS).
      
      In the long term, we perhaps want to try to get all the debugfs support
      left out if debugfs is not enabled.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      83df2d4e
  3. 01 3月, 2018 17 次提交
  4. 19 12月, 2017 4 次提交
  5. 15 8月, 2017 12 次提交
  6. 02 6月, 2017 1 次提交
  7. 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
  8. 03 4月, 2017 2 次提交
  9. 01 3月, 2017 1 次提交