[intel-gem] Reorder i915_add_request to schedule work last
authorKeith Packard <keithp@keithp.com>
Wed, 11 Jun 2008 01:11:15 +0000 (18:11 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 13 Jun 2008 21:29:45 +0000 (14:29 -0700)
commite5364914ac2b785f9d806c72fff8d2ae914cad61
treec1f41bdd0991b1f962b79db1a8e527d273392e21
parentf378319b5627d84ca821c8e6a9f2fee612119477
[intel-gem] Reorder i915_add_request to schedule work last

i915_add_request was calling schedule_delayed_work before adding the request
to the list; it makes more sense to do that last.
linux-core/i915_gem.c