1. 19 6月, 2015 1 次提交
  2. 13 4月, 2015 1 次提交
  3. 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
  4. 07 2月, 2015 1 次提交
  5. 18 1月, 2015 1 次提交
  6. 24 11月, 2014 2 次提交
  7. 03 11月, 2014 1 次提交
  8. 19 9月, 2014 1 次提交
  9. 04 8月, 2014 2 次提交
  10. 03 8月, 2014 3 次提交
  11. 24 6月, 2014 1 次提交
    • I
      drm/exynos: hdmi: fix power order issue · 245f98f2
      Inki Dae 提交于
      This patch resolves page fault issue of Mixer when disabled.
      
      The SFRs of VP and Mixer are updated by Vertical Sync of Timing
      generator which is a part of HDMI so the sequence to disable TV
      Subsystem should be as following:
      	VP -> Mixer -> HDMI
      
      For this, this patch disables Mixer and VP (if used) prior to
      disabling HDMI.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      245f98f2
  12. 19 6月, 2014 1 次提交
  13. 02 6月, 2014 19 次提交
  14. 23 3月, 2014 5 次提交