[PATCH v5 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()

2014-02-10 Thread Ville Syrjälä
On Mon, Feb 10, 2014 at 01:01:09PM +0530, sagar.a.kamble at intel.com wrote: > From: Ville Syrj?l? > > Make drm_property_create_bitmask() a bit more generic by allowing the > caller to specify which bits are in fact supported. This allows multiple > callers to use the same enum list, but still cr

[PATCH v5 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()

2014-02-10 Thread sagar.a.kam...@intel.com
From: Ville Syrj?l? Make drm_property_create_bitmask() a bit more generic by allowing the caller to specify which bits are in fact supported. This allows multiple callers to use the same enum list, but still create different versions of the same property with different list of supported bits. v5