commit | 778c35444f7bbb8f1816d40ada650e19c5da9c02 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 13 11:49:44 2010 +0200 |
committer | Eric Anholt <eric@anholt.net> | Wed May 26 14:13:36 2010 -0700 |
tree | de99bcb4a102591dc63f37e37edf200e7998c60c | |
parent | a7de64e540d2017a8e44dec1ca9d88a509aa7e05 [diff] |
drm/i915: combine all small integers into one single bitfield 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>