1. 14 1月, 2016 4 次提交
  2. 07 1月, 2016 2 次提交
  3. 10 12月, 2015 1 次提交
  4. 24 11月, 2015 1 次提交
  5. 10 11月, 2015 1 次提交
  6. 22 10月, 2015 1 次提交
  7. 19 10月, 2015 1 次提交
  8. 16 10月, 2015 1 次提交
  9. 15 10月, 2015 1 次提交
  10. 13 10月, 2015 1 次提交
  11. 30 9月, 2015 3 次提交
  12. 23 9月, 2015 2 次提交
  13. 18 9月, 2015 1 次提交
  14. 17 9月, 2015 1 次提交
  15. 15 9月, 2015 1 次提交
  16. 11 9月, 2015 1 次提交
  17. 02 9月, 2015 2 次提交
  18. 15 7月, 2015 1 次提交
  19. 29 6月, 2015 1 次提交
  20. 25 6月, 2015 1 次提交
  21. 22 6月, 2015 7 次提交
  22. 16 6月, 2015 1 次提交
    • V
      drm/i915: Actually respect DSPSURF alignment restrictions · 4e9a86b6
      Ville Syrjälä 提交于
      Currently intel_gen4_compute_page_offset() simply picks the closest
      page boundary below the linear offset. That however may not be suitably
      aligned to satisfy any hardware specific restrictions. So let's make
      sure the page boundary we choose is properly aligned.
      
      Also to play it a bit safer lets split the remaining linear offset into
      x and y values instead of just x. This should make no difference for
      most platforms since we convert the x and y offsets back into a linear
      offset before feeding them to the hardware. HSW+ are different however
      and use x and y offsets even with linear buffers, so they might have
      trouble if either the x or y get too big.
      Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      4e9a86b6
  23. 15 6月, 2015 1 次提交
  24. 28 5月, 2015 1 次提交
    • V
      drm/i915: Kill intel_flush_primary_plane() · b12ce1d8
      Ville Syrjälä 提交于
      The primary plane frobbing was removed from the sprite code in
       commit ecce87ea
       Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
       Date:   Tue Apr 21 17:12:50 2015 +0300
      
          drm/i915: Remove implicitly disabling primary plane for now
      
      but the intel_flush_primary_plane() calls were left behind. Replace them
      with straight forward POSTING_READ() of the sprite surface address
      register.
      
      The other user of intel_flush_primary_plane() is g4x_disable_trickle_feed()
      where we can just inline the steps directly.
      
      This allows intel_flush_primary_plane() to be killed off.
      
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      b12ce1d8
  25. 22 5月, 2015 1 次提交
  26. 20 5月, 2015 1 次提交