Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_crtc.c1943 int props_count; in get_properties() local
1946 props_count = obj->properties->count; in get_properties()
1948 props_count -= obj->properties->atomic_count; in get_properties()
1950 if ((*arg_count_props >= props_count) && props_count) { in get_properties()
1951 for (i = 0, copied = 0; copied < props_count; i++) { in get_properties()
1971 *arg_count_props = props_count; in get_properties()