1. 22 Oct, 2015 1 commit
    • Chris Wilson's avatar
      drm/i915: Add soft-pinning API for execbuffer · 51056723
      Chris Wilson authored
      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: default avatarChris Wilson <chris@chris-wilson.co.uk>
      Cc: "Daniel, Thomas" <thomas.daniel@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      51056723
  2. 21 Oct, 2015 16 commits
  3. 20 Oct, 2015 2 commits
  4. 19 Oct, 2015 12 commits
  5. 15 Oct, 2015 4 commits
  6. 13 Oct, 2015 5 commits