Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_property.h251 uint64_t supported_bits);
/Linux-v4.19/drivers/gpu/drm/
Ddrm_property.c209 uint64_t supported_bits) in drm_property_create_bitmask() argument
213 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
221 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()