Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_property.c220 uint64_t supported_bits) in drm_property_create_bitmask() argument
224 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
232 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_property.h256 uint64_t supported_bits);