OSDN Git Service

drm/i915: Juggle code order to ease flow of the next patch
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 24 Aug 2012 08:35:08 +0000 (09:35 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Aug 2012 09:12:53 +0000 (11:12 +0200)
commitb361237bcc7cea1d99f770490120d8bc2aed7777
treebb9092b8292480ce9ca25bcba936b3127458f5f8
parent504c7267a1e84b157cbd7e9c1b805e1bc0c2c846
drm/i915: Juggle code order to ease flow of the next patch

Move the wait-for-rendering logic around in the file so that we can
group it together with the subsequent variations. The general goal is to
have the lower level routines clustered together and then the higher
level logic building upon those low level routines that came before.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c