Home
last modified time | relevance | path

Searched refs:supported_bits (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/
Ddrm_property.c214 uint64_t supported_bits) in drm_property_create_bitmask() argument
218 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
226 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()