drm: Compact booleans within struct drm_file
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 29 Oct 2013 08:55:58 +0000 (08:55 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Nov 2013 04:27:45 +0000 (14:27 +1000)
commit39868bd7668bd47308b1dfd97c212757caee764f
tree01189487886c8285e499630e468c9dc678ac76c3
parent1020dc6990168a5081ffad620c440e220f05b460
drm: Compact booleans within struct drm_file

Replace the sparse array of booleans with a bitfield.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drmP.h