[gem] Hold a reference on the object in i915_gem_wait_space.
authorEric Anholt <eric@anholt.net>
Wed, 21 May 2008 22:03:47 +0000 (15:03 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 21 May 2008 22:04:07 +0000 (15:04 -0700)
commit7078978db0e014a2621984f6c67ca65fa4f23f3a
treec7685cfa71d64b2af3ffbc7ec0d5f15177ef7d3b
parentf8e38e49dd70bf4a5ef97c29f0c405a1fc5023f5
[gem] Hold a reference on the object in i915_gem_wait_space.

Otherwise, in the middle of the function called using it the last ref
might disappear.
linux-core/i915_gem.c