1. 18 12月, 2016 1 次提交
  2. 01 12月, 2016 1 次提交
  3. 29 8月, 2016 2 次提交
  4. 08 8月, 2016 1 次提交
  5. 14 7月, 2016 1 次提交
  6. 13 7月, 2016 7 次提交
  7. 30 5月, 2016 3 次提交
  8. 16 2月, 2016 1 次提交
  9. 13 1月, 2016 1 次提交
  10. 15 12月, 2015 1 次提交
  11. 11 12月, 2015 1 次提交
  12. 24 11月, 2015 1 次提交
  13. 10 7月, 2015 1 次提交
  14. 31 3月, 2015 2 次提交
  15. 24 2月, 2015 1 次提交
  16. 08 1月, 2015 1 次提交
  17. 07 1月, 2015 1 次提交
  18. 26 11月, 2014 1 次提交
    • P
      drm: imx: Move imx-drm driver out of staging · 6556f7f8
      Philipp Zabel 提交于
      The imx-drm driver was put into staging mostly for the following reasons,
      all of which have been addressed or superseded:
       - convert the irq driver to use linear irq domains
       - work out the device tree bindings, this lead to the common of_graph
         bindings being used
       - factor out common helper functions, this mostly resulted in the
         component framework and drm of_graph helpers.
      
      Before adding new fixes, and certainly before adding new features,
      move it into its proper place below drivers/gpu/drm.
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      6556f7f8
  19. 06 11月, 2014 1 次提交
  20. 04 11月, 2014 1 次提交
  21. 20 10月, 2014 1 次提交
  22. 24 9月, 2014 1 次提交
  23. 17 8月, 2014 1 次提交
  24. 20 6月, 2014 1 次提交
  25. 26 4月, 2014 1 次提交
  26. 22 4月, 2014 1 次提交
    • A
      drm: make mode_valid callback optional · f9b0e251
      Andrzej Hajda 提交于
      Many drm connectors do not need mode validation.
      The patch makes this callback optional and removes dumb implementations.
      
      v2: Rebase:
      - imx move to a shared (but still dummy) ->mode_valid implementation.
      - probe helpers have been extracted to drm_probe_helper.c
      
      Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> (v1)
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      f9b0e251
  27. 13 3月, 2014 1 次提交
    • D
      drm/kms: rip out drm_mode_connector_detach_encoder · 69fa5293
      Daniel Vetter 提交于
      It's only used by imx, and that one gets it wrong - there's no need
      to deteach the encoder before removing it.
      
      And really, neither current drm modesetting code nor all the userspace
      we have can handle dynamic changes in the set of possible encoders for
      a given connector. So let's just remove this before someone starts
      doing something really nasty with it.
      
      As a plus, one less kerneldoc comment to write.
      
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      69fa5293
  28. 28 2月, 2014 2 次提交
  29. 24 2月, 2014 1 次提交