1. 12 11月, 2018 1 次提交
  2. 02 10月, 2018 1 次提交
  3. 03 9月, 2018 8 次提交
  4. 28 6月, 2018 1 次提交
  5. 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
  6. 01 3月, 2018 17 次提交
  7. 19 12月, 2017 4 次提交
  8. 15 8月, 2017 7 次提交