drm/i915: combine all small integers into one single bitfield
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 May 2010 09:49:44 +0000 (11:49 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 26 May 2010 21:13:36 +0000 (14:13 -0700)
This saves a whooping 7 dwords. Zero functional changes. Because
some of the refcounts are rather tightly calculated, I've put
BUG_ONs in the code to check for overflows.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found