OSDN Git Service

[intel-gem] Propagate set_domain errors.
authorKeith Packard <keithp@keithp.com>
Mon, 2 Jun 2008 17:59:15 +0000 (10:59 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 2 Jun 2008 17:59:15 +0000 (10:59 -0700)
commit1cb2940a252f970bad0f88a5f14b4d39ea53ef1f
treee596f0ba69fbb85ce1b2d8b96bcd6c664fc1640d
parent461bfa3da6f85b85c21cd84f81bb4eefa5481418
[intel-gem] Propagate set_domain errors.

set_domain can block waiting for rendering to complete. If that process is
interrupted by a signal, it can return -EINTR. Catch this error in all
callers and correctly deal with the result.
linux-core/i915_gem.c