1. 12 12月, 2017 5 次提交
  2. 07 10月, 2017 5 次提交
  3. 14 9月, 2017 2 次提交
  4. 09 9月, 2017 1 次提交
  5. 22 6月, 2017 1 次提交
  6. 16 6月, 2017 1 次提交
    • C
      drm/i915: First try the previous execbuffer location · 616d9cee
      Chris Wilson 提交于
      When choosing a slot for an execbuffer, we ideally want to use the same
      address as last time (so that we don't have to rebind it) and the same
      address as expected by the user (so that we don't have to fixup any
      relocations pointing to it). If we first try to bind the incoming
      execbuffer->offset from the user, or the currently bound offset that
      should hopefully achieve the goal of avoiding the rebind cost and the
      relocation penalty. However, if the object is not currently bound there
      we don't want to arbitrarily unbind an object in our chosen position and
      so choose to rebind/relocate the incoming object instead. After we
      report the new position back to the user, on the next pass the
      relocations should have settled down.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: NJoonas Lahtinen <joonas.lahtien@linux.intel.com>
      616d9cee
  7. 02 6月, 2017 1 次提交
  8. 03 3月, 2017 2 次提交
  9. 15 2月, 2017 8 次提交
  10. 14 2月, 2017 1 次提交
  11. 10 2月, 2017 1 次提交
  12. 15 1月, 2017 6 次提交
  13. 14 1月, 2017 1 次提交
  14. 13 1月, 2017 1 次提交
  15. 11 1月, 2017 3 次提交
  16. 07 1月, 2017 1 次提交