1. 16 8月, 2015 24 次提交
  2. 06 8月, 2015 1 次提交
  3. 27 7月, 2015 1 次提交
  4. 22 6月, 2015 13 次提交
  5. 19 6月, 2015 1 次提交
    • I
      drm/exynos: do not wait for vblank at atomic operation · ad533ade
      Inki Dae 提交于
      This patch resolves the issue that refresh rate got low
      at extension mode test with fimd and vidi combination.
      
      The problem was because atomic_commit callback waited
      for the completion of vblank to gaurantee crtc relevant
      registers are updated from shadow registers to real ones.
      
      However, the waiting there is really unnecessary because
      page flip operation does already it.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      ad533ade