From: Rob Clark Date: Thu, 17 May 2012 08:23:26 +0000 (-0600) Subject: drm: add bitmask property type X-Git-Tag: v3.5-rc1~100^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e2754578b9f99bde18ad318d888a462d271479;p=pandora-kernel.git drm: add bitmask property type A bitmask property is similar to an enum. The enum value is a bit position (0-63), and valid property values consist of a mask of zero or more of (1 << enum_val[n]). [airlied: 1LL -> 1ULL] Signed-off-by: Rob Clark Reviewed-by: Paulo Zanoni Signed-off-by: Dave Airlie --- Reading git-diff-tree failed