Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc.c2064 int props_count; in get_properties() local
2067 props_count = obj->properties->count; in get_properties()
2069 props_count -= obj->properties->atomic_count; in get_properties()
2071 if ((*arg_count_props >= props_count) && props_count) { in get_properties()
2072 for (i = 0, copied = 0; copied < props_count; i++) { in get_properties()
2092 *arg_count_props = props_count; in get_properties()