Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A Ddrm_property.c213 uint64_t supported_bits) in drm_property_create_bitmask() argument
217 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
225 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
/linux/include/drm/
A Ddrm_property.h261 uint64_t supported_bits);

Completed in 6 milliseconds