Home
last modified time | relevance | path

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

/third_party/libdrm/tests/modeprint/
Dmodeprint.c90 printf("\tcount_values : %d\n", props->count_values); in printProperty()
93 if (props->count_values) { in printProperty()
95 for (j = 0; j < props->count_values; j++) in printProperty()
/third_party/libdrm/tests/proptest/
Dproptest.c114 for (i = 0; i < prop->count_values; i++) in dump_prop()
121 for (i = 0; i < prop->count_values; i++) in dump_prop()
/third_party/libdrm/
Dxf86drmMode.c636 if (prop.count_values) in drmModeGetProperty()
637 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty()
656 r->count_values = prop.count_values; in drmModeGetProperty()
659 if (prop.count_values) in drmModeGetProperty()
660 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t)); in drmModeGetProperty()
Dxf86drmMode.h254 int count_values; member
/third_party/libdrm/include/drm/
Ddrm_mode.h422 __u32 count_values; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h610 __u32 count_values; member
/third_party/weston/libweston/backend-drm/
Dkms.c353 info[j].num_range_values = prop->count_values; in drm_property_info_populate()
354 for (int i = 0; i < prop->count_values; i++) in drm_property_info_populate()
/third_party/libdrm/tests/modetest/
Dmodetest.c384 for (i = 0; i < prop->count_values; i++) in dump_prop()
391 for (i = 0; i < prop->count_values; i++) in dump_prop()