1. 01 3月, 2018 1 次提交
  2. 19 12月, 2017 3 次提交
  3. 08 12月, 2017 1 次提交
  4. 23 8月, 2017 1 次提交
    • T
      drm/omap: work-around for omap3 display enable · fc5cc967
      Tomi Valkeinen 提交于
      Seems that on omap3 enabling a crtc without any planes causes a sync
      lost flood. This only happens on the first enable, and after that it
      works. This looks like an HW issue and it's unclear why this is
      happening or how to fix it.
      
      This started happening after 897145d0
      ("drm/omapdrm: Move commit_modeset_enables() before commit_planes()")
      which, as a work-around, changed omapdrm first to do the modeset enable,
      and plane set only after that. This WA should be fine on all DSS
      versions, but apparently OMAP3 DSS is an exception.
      
      This patch reverts that work-around for OMAP3 DSS.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      fc5cc967
  5. 16 8月, 2017 3 次提交
  6. 15 8月, 2017 1 次提交
  7. 01 8月, 2017 1 次提交
  8. 29 7月, 2017 1 次提交
  9. 02 6月, 2017 6 次提交
  10. 22 5月, 2017 1 次提交
  11. 03 4月, 2017 8 次提交
  12. 16 2月, 2017 2 次提交
  13. 09 2月, 2017 1 次提交
  14. 08 2月, 2017 1 次提交
  15. 27 1月, 2017 1 次提交
  16. 09 1月, 2017 1 次提交
  17. 19 12月, 2016 3 次提交
  18. 08 12月, 2016 1 次提交
    • T
      drm/omap: fix primary-plane's possible_crtcs · e43f2c33
      Tomi Valkeinen 提交于
      We set the possible_crtc for all planes to "(1 << priv->num_crtcs) - 1",
      which is fine as the HW planes can be used fro all crtcs. However, when
      we're doing that, we are still incrementing 'num_crtcs', and we'll end
      up with bad possible_crtcs, preventing the use of the primary planes.
      
      This patch passes a possible_crtcs mask to plane init function so that
      we get correct possible_crtc.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      e43f2c33
  19. 22 10月, 2016 2 次提交
  20. 17 10月, 2016 1 次提交