1. 26 10月, 2015 10 次提交
  2. 16 8月, 2015 13 次提交
  3. 11 8月, 2015 1 次提交
  4. 19 6月, 2015 3 次提交
  5. 13 4月, 2015 1 次提交
  6. 07 4月, 2015 1 次提交
    • J
      drm/exynos: constify all struct drm_*_helper funcs pointers · b0f8778a
      Jani Nikula 提交于
      They are not to be modified.
      
      Generated using the semantic patch:
      
      @@
      @@
      (
        const struct drm_crtc_helper_funcs *
      |
      - struct drm_crtc_helper_funcs *
      + const struct drm_crtc_helper_funcs *
      )
      
      @@
      @@
      (
        const struct drm_encoder_helper_funcs *
      |
      - struct drm_encoder_helper_funcs *
      + const struct drm_encoder_helper_funcs *
      )
      
      @@
      @@
      (
        const struct drm_connector_helper_funcs *
      |
      - struct drm_connector_helper_funcs *
      + const struct drm_connector_helper_funcs *
      )
      
      @@
      @@
      (
        const struct drm_plane_helper_funcs *
      |
      - struct drm_plane_helper_funcs *
      + const struct drm_plane_helper_funcs *
      )
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      b0f8778a
  7. 07 2月, 2015 1 次提交
  8. 18 1月, 2015 1 次提交
  9. 24 11月, 2014 2 次提交
  10. 03 11月, 2014 1 次提交
  11. 19 9月, 2014 1 次提交
  12. 04 8月, 2014 2 次提交
  13. 03 8月, 2014 3 次提交