Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_property.c190 uint64_t supported_bits) in drm_property_create_bitmask() argument
194 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
202 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_property.h250 uint64_t supported_bits);