commit | 1cdf7fef793c715d8c4998575aba3741fa4a0b01 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Oct 02 15:12:41 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sat Oct 02 15:12:41 2010 +0100 |
tree | 00648292c523c4098567aa605cecdcf44cddc128 | |
parent | ae681d969ac0946e09636f2bef7a126d73e1ad6b [diff] |
drm/i915: Don't mask the return code whilst relocating. The return from move_to_gtt_domain() may indicate a pending signal which needs to handled as opposed to an actual error, for instance, so report the original return value rather than forcing an EINVAL. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>