1. 30 4月, 2016 5 次提交
  2. 01 3月, 2016 1 次提交
  3. 15 12月, 2015 1 次提交
  4. 13 12月, 2015 1 次提交
  5. 11 12月, 2015 1 次提交
  6. 03 11月, 2015 1 次提交
  7. 26 10月, 2015 14 次提交
  8. 16 8月, 2015 13 次提交
  9. 11 8月, 2015 1 次提交
  10. 19 6月, 2015 2 次提交
    • A
      drm/exynos: fix broken component binding in case of multiple pipelines · 86650408
      Andrzej Hajda 提交于
      In case there are multiple pipelines and deferred probe occurs, only components
      of the first pipeline were bound. As a result only one pipeline was available.
      The main cause of this issue was dynamic generation of component match table -
      every component driver during probe registered itself on helper list, if there
      was at least one pipeline present on this list component match table were
      created without deferred components.
      This patch removes this helper list, instead it creates match table from
      existing devices requiring exynos_drm KMS drivers. This way match table do not
      depend on probe/deferral order and contains all KMS components.
      As a side effect patch makes the code cleaner and significantly smaller.
      Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      86650408
    • G
      drm/exynos: atomic dpms support · 63498e30
      Gustavo Padovan 提交于
      Run dpms operations through the atomic intefaces. This basically removes
      the .dpms() callback from econders and crtcs and use .disable() and
      .enable() to turn the crtc on and off.
      
      v2: Address comments by Joonyoung:
      	- make hdmi code call ->disable() instead of ->dpms()
      	- do not use WARN_ON on crtc enable/disable
      
      v3: - Fix build failure after the hdmi change in v2
          - Change dpms helper of ptn3460 bridge
      
      v4: - remove win_commit() call from .enable()
      
      v5: - move .atomic_check() to the atomic PageFlip patch, and transform it
      in .atomic_begin()
      Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      Reviewed-by: NJoonyoung Shim <jy0922.shim@samsung.com>
      Tested-by: NTobias Jakobi <tjakobi@math.uni-bielefeld.de>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      63498e30