1. 02 9月, 2016 3 次提交
  2. 09 8月, 2016 18 次提交
  3. 12 7月, 2016 1 次提交
  4. 02 5月, 2016 1 次提交
  5. 25 2月, 2016 13 次提交
  6. 08 2月, 2016 1 次提交
  7. 27 5月, 2015 2 次提交
    • J
      drm/tilcdc: Add support for external tda998x encoder · 103cd8bc
      Jyri Sarha 提交于
      Add support for an external compontised DRM encoder. The external
      encoder can be connected to tilcdc trough device tree graph binding.
      The binding document for tilcdc has been updated. The current
      implementation supports only tda998x encoder.
      
      To be able to filter out the unsupported video modes the tilcdc driver
      needs to hijack the external connectors helper functions. The tilcdc
      installes new helper functions that are otherwise identical to
      orignals, but the mode_valid() call-back check the mode first localy,
      before calling the original call-back. The tilcdc dirver restores the
      original helper functions before it is unbound from the external
      device.
      
      I got the idea and some lines of code from Jean-Francois Moine's
      "drm/tilcdc: Change the interface with the tda998x driver"-patch.
      Signed-off-by: NJyri Sarha <jsarha@ti.com>
      Acked-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      103cd8bc
    • J
      drm/tilcdc: Fix module unloading · de9cb5f2
      Jyri Sarha 提交于
      Force crtc dpms off before destroying the crtc instead of just
      checking the dpms state. This fixes warning message and frozen picture
      after tilcdc module unloading.
      Signed-off-by: NJyri Sarha <jsarha@ti.com>
      Acked-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      de9cb5f2
  8. 15 11月, 2014 1 次提交