drm/i915/selftests: Attach the fence to the object when making busy
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Jun 2018 13:37:17 +0000 (14:37 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Jun 2018 20:07:39 +0000 (21:07 +0100)
commitbe01de596ef65ad1fc66a795d45e7334d197e594
tree557b1f301c9480901ac89174e054ed662c843f07
parentd78e2bbf483faa48f060c2454c56c3ff9cd74573
drm/i915/selftests: Attach the fence to the object when making busy

make_obj_busy() makes a dummy busy object, but didn't attach the fence
to the reservation object, so it would not have registered as busy. For
completeness, attach the dummy request as the exclusive fence and mark
the object as written (in i915_vma_move_to_active)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180629133717.11761-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/i915_gem_object.c