]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fix up the relocate_entry refactoring
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 2 Sep 2013 18:56:23 +0000 (20:56 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Sep 2013 17:18:01 +0000 (19:18 +0200)
commite4deb202bbfe69b581396351e5715cd1c127787e
treef01475f0aa596373bb46384c64202f5cf851a07c
parent685bbaed0556d9cb77331a22b356cfcdbd2b8236
drm/i915: fix up the relocate_entry refactoring

Somehow we've lost the error handling in the patch split-up between
the internal and external patch. This regression has been introduced
in

commit d17d6211e0d467dae7f9af58b57d9b691d288a6a
Author: Rafael Barbalho <rafael.barbalho@intel.com>
Date:   Wed Aug 21 17:10:51 2013 +0100

    drm/i915: Cleaning up the relocate entry function

This bug is exercised by igt/gem_reloc_vs_gpu/interruptible.

Cc: Rafael Barbalho <rafael.barbalho@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c