[intel-gem] BUG_ON active objects in gem_object_unbind
authorKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2008 02:43:40 +0000 (19:43 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2008 02:43:40 +0000 (19:43 -0700)
commit93c2871eccc1abde0d88ea439cf963c4895a26fc
treeda36a8f22b7af37c955f633e891d62b381978ea7
parent68856b619bc1a2e91e67764911c8af4e2466fad9
[intel-gem] BUG_ON active objects in gem_object_unbind

Now that gem_object_unbind waits for rendering to complete, objects should
not be active when they are being pulled from the GTT. BUG_ON if this is
broken.
linux-core/i915_gem.c