1. 14 12月, 2015 4 次提交
  2. 23 10月, 2015 1 次提交
  3. 08 9月, 2015 1 次提交
  4. 16 8月, 2015 8 次提交
  5. 15 8月, 2015 1 次提交
  6. 30 7月, 2015 1 次提交
  7. 27 7月, 2015 1 次提交
  8. 12 6月, 2015 4 次提交
  9. 05 3月, 2015 2 次提交
    • T
      drm: Pass in new and old plane state to prepare_fb and cleanup_fb · d136dfee
      Tvrtko Ursulin 提交于
      Use cases like rotation require these hooks to have some context so they
      know how to prepare and cleanup the frame buffer correctly.
      
      For i915 specifically, object backing pages need to be mapped differently
      for different rotation modes and the driver needs to know which mapping to
      instantiate and which to tear down when transitioning between them.
      
      v2: Made passed in states const. (Daniel Vetter)
      
      [airlied: add mdp5 and atmel fixups]
      Signed-off-by: NTvrtko Ursulin <tvrtko.ursulin@intel.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: dri-devel@lists.freedesktop.org
      Reviewed-by: NRob Clark <robdclark@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d136dfee
    • R
      drm/msm: kexec fixes · aa80a4a5
      Rob Clark 提交于
      In kexec environment, we are more likely to encounter irq's already
      enabled from previous environment.  At which point we find that writes
      to disable/clear pending irq's are slightly less than useless without
      first enabling clocks.
      
      TODO: full blown state read-in so kexec'd kernel can inherit the mode
      already setup.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      aa80a4a5
  10. 02 2月, 2015 5 次提交
  11. 19 12月, 2014 1 次提交
  12. 10 12月, 2014 1 次提交
  13. 27 11月, 2014 1 次提交
  14. 25 11月, 2014 1 次提交
  15. 22 11月, 2014 1 次提交
  16. 17 11月, 2014 7 次提交