1. 10 11月, 2015 1 次提交
  2. 09 11月, 2015 3 次提交
  3. 05 11月, 2015 9 次提交
  4. 04 11月, 2015 1 次提交
  5. 02 11月, 2015 5 次提交
  6. 31 10月, 2015 2 次提交
  7. 29 10月, 2015 7 次提交
  8. 26 10月, 2015 6 次提交
  9. 23 10月, 2015 5 次提交
  10. 22 10月, 2015 1 次提交
    • C
      drm/i915: Add soft-pinning API for execbuffer · 51056723
      Chris Wilson 提交于
      Userspace can pass in an offset that it presumes the object is located
      at. The kernel will then do its utmost to fit the object into that
      location. The assumption is that userspace is handling its own object
      locations (for example along with full-ppgtt) and that the kernel will
      rarely have to make space for the user's requests.
      
      v2: Fix i915_gem_evict_range() (now evict_for_vma) to handle ordinary
      and fixed objects within the same batch
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: "Daniel, Thomas" <thomas.daniel@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      51056723