]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7b9d873cfee4853ec3e61097ab0c792fe1255da
tree01189487886c8285e499630e468c9dc678ac76c3
parent41ad8948c11bc4641936d77e19dcbe4f06c24674
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