1. 12 1月, 2016 6 次提交
  2. 13 12月, 2015 8 次提交
  3. 03 11月, 2015 1 次提交
  4. 26 10月, 2015 3 次提交
  5. 31 8月, 2015 1 次提交
  6. 30 8月, 2015 1 次提交
    • G
      drm/exynos: check for pending fb before finish update · 822f6dfd
      Gustavo Padovan 提交于
      The current code was ignoring the end of update for all overlay planes,
      caring only for the primary plane update in case of pageflip.
      
      This change adds a change to start to check for pending updates for all
      planes through exynos_plane->pending_fb. At the start of plane update the
      pending_fb is set with the fb to be shown on the screen. Then only when to
      fb is already presented in the screen we set pending_fb to NULL to
      signal that the update was finished.
      Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      
      fixup! drm/exynos: check for pending fb before finish update
      822f6dfd
  7. 16 8月, 2015 12 次提交
  8. 11 8月, 2015 3 次提交
  9. 22 6月, 2015 1 次提交
  10. 19 6月, 2015 4 次提交