1. 19 6月, 2016 1 次提交
  2. 30 4月, 2016 1 次提交
    • I
      drm/exynos: clean up wait_for_vblank · 4f452c01
      Inki Dae 提交于
      This patch cleans up wait_for_vblank relevant codes.
      wait_for_vblank callback isn't used anymore in Exynos drm driver
      so it removes relevant codes. However, display controllers -
      FIMD and DECON - still use this function driver internally
      to ensure shadow registers to be updated, which resolves
      page fault issue so keep it.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      4f452c01
  3. 01 3月, 2016 1 次提交
  4. 12 1月, 2016 2 次提交
  5. 13 12月, 2015 5 次提交
  6. 26 10月, 2015 2 次提交
  7. 30 9月, 2015 1 次提交
  8. 31 8月, 2015 2 次提交
  9. 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
  10. 16 8月, 2015 11 次提交
  11. 22 6月, 2015 1 次提交
  12. 19 6月, 2015 5 次提交
  13. 19 5月, 2015 2 次提交
  14. 13 4月, 2015 3 次提交
  15. 18 3月, 2015 1 次提交
  16. 11 2月, 2015 1 次提交