Searched refs:count_props (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/modeprint/
H A Dmodeprint.c151 printf("\tcount_props : %i\n", connector->count_props);
152 if (connector->count_props) {
154 for (i = 0; i < connector->count_props; i++)
175 for (i = 0; i < connector->count_props; i++) {
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c527 if (conn.count_props) {
528 conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t)));
531 conn.prop_values_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint64_t)));
558 if (counts.count_props < conn.count_props ||
582 r->count_props = conn.count_props;
583 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t));
584 r->prop_values = drmAllocCpy(U642VOID(conn.prop_values_ptr), conn.count_props, sizeof(uint64_t));
591 if ((r->count_props
[all...]
H A Dxf86drmMode.h217 int count_props; member in struct:_drmModeConnector
230 uint32_t count_props; member in struct:_drmModeObjectProperties
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h433 * To retrieve the number of elements, set @count_props and @count_encoders to
438 * @props_ptr and @prop_values_ptr, then set @count_modes, @count_props and
470 /** @count_props: Number of properties. */
471 __u32 count_props; member in struct:drm_mode_get_connector
637 __u32 count_props; member in struct:drm_mode_obj_get_properties
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h365 __u32 count_props; member in struct:drm_mode_get_connector
448 __u32 count_props; member in struct:drm_mode_obj_get_properties
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h433 * To retrieve the number of elements, set @count_props and @count_encoders to
438 * @props_ptr and @prop_values_ptr, then set @count_modes, @count_props and
470 /** @count_props: Number of properties. */
471 __u32 count_props; member in struct:drm_mode_get_connector
634 __u32 count_props; member in struct:drm_mode_obj_get_properties
/xsrc/external/mit/libdrm/dist/tests/proptest/
H A Dproptest.c174 for (i = 0; i < props->count_props; i++)
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c384 drmmode_output->props = calloc(mode_output->count_props, sizeof(drmmode_prop_rec));
389 for (i = 0, j = 0; i < mode_output->count_props; i++) {
568 for (i = 0; i < koutput->count_props; i++) {
724 for (i = 0; i < koutput->count_props; i++) {
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c416 for (i = 0; i < koutput->count_props; i++) {
507 drmmode_output->props = calloc(mode_output->count_props, sizeof(drmmode_prop_rec));
512 for (i = 0, j = 0; i < mode_output->count_props; i++) {
798 for (i = 0; i < koutput->count_props; i++) {
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dmodetest.c457 for (j = 0; j < (int)_connector->props->count_props; j++)
488 for (j = 0; j < _crtc->props->count_props; j++)
547 for (j = 0; j < plane->props->count_props; j++)
583 for (j = 0; j < res->type##s[i].props->count_props; ++j)\
691 obj->props_info = calloc(obj->props->count_props, \
695 for (j = 0; j < obj->props->count_props; ++j) \
1052 for (i = 0; i < (int)props->count_props; ++i) {
1059 if (i == (int)props->count_props) {
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c801 for (i = 0; i < koutput->count_props; i++) {
915 for (i = 0; i < koutput->count_props; i++) {
973 drmmode_output->props = xcalloc(mode_output->count_props, sizeof(drmmode_prop_rec));
978 for (i = 0, j = 0; i < mode_output->count_props; i++) {
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c125 uint32_t count_props; member in struct:local_mode_obj_get_properties
3409 arg.count_props = N_STACK_PROPS;
3415 p->id, LOCAL_MODE_OBJECT_PLANE, arg.count_props));
3417 if (arg.count_props > N_STACK_PROPS) {
3418 values = malloc(2*sizeof(uint64_t)*arg.count_props);
3422 props = (uint32_t *)(values + arg.count_props);
3428 arg.count_props = 0;
3430 VG(VALGRIND_MAKE_MEM_DEFINED(arg.props_ptr, sizeof(uint32_t)*arg.count_props));
3431 VG(VALGRIND_MAKE_MEM_DEFINED(arg.prop_values_ptr, sizeof(uint64_t)*arg.count_props));
3433 for (i = 0; i < arg.count_props;
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c844 for (i = 0; i < koutput->count_props; i++) {
887 for (i = 0; koutput && i < koutput->count_props; i++) {
1076 for (i = 0; i < koutput->count_props; i++) {
1172 intel_output->props = calloc(mode_output->count_props,
1178 for (i = j = 0; i < mode_output->count_props; i++) {
1514 for (i = 0; i < koutput->count_props; i++) {
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c774 for (int i = 0; i < koutput->count_props; i++) {
901 for (i = 0; i < koutput->count_props; i++) {
946 drmmode_output->props = calloc(mode_output->count_props, sizeof(drmmode_prop_rec));
951 for (i = 0, j = 0; i < mode_output->count_props; i++) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c102 uint32_t count_props; member in struct:local_mode_obj_get_properties
2507 arg.count_props = 16;
2513 p->id, LOCAL_MODE_OBJECT_PLANE, arg.count_props));
2515 if (arg.count_props > 16) {
2516 props = malloc(2*sizeof(uint64_t)*arg.count_props);
2520 values = (uint64_t *)props + arg.count_props;
2526 arg.count_props = 0;
2528 VG(VALGRIND_MAKE_MEM_DEFINED(arg.props_ptr, sizeof(uint32_t)*arg.count_props));
2529 VG(VALGRIND_MAKE_MEM_DEFINED(arg.prop_values_ptr, sizeof(uint64_t)*arg.count_props));
2531 for (i = 0; i < arg.count_props;
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c187 vmwgfx_output->props = calloc(drm_connector->count_props,
193 for (i = 0, j = 0; i < drm_connector->count_props; i++) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c279 for (i = 0; i < props->count_props; i++) {
315 for (i = 0; i < props->count_props; i++) {
2330 for (i = 0; !prop_id && i < props->count_props; ++i) {
2465 for (j = 0; koutput && j < koutput->count_props; j++) {
2570 for (int i = 0; i < koutput->count_props; i++) {
2830 calloc(mode_output->count_props, sizeof(drmmode_prop_rec));
2835 for (i = 0, j = 0; i < mode_output->count_props; i++) {
3171 for (i = 0; !found && i < props->count_props; ++i) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c842 for (i = 0; i < koutput->count_props; i++) {
1031 for (i = 0; i < koutput->count_props; i++) {
1127 intel_output->props = calloc(mode_output->count_props,
1133 for (i = j = 0; i < mode_output->count_props; i++) {
1469 for (i = 0; i < koutput->count_props; i++) {
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c240 for (i = 0; !prop_id && i < props->count_props; ++i) {
1985 for (j = 0; j < koutput->count_props; j++) {
2085 for (i = 0; i < koutput->count_props; i++) {
2120 for (int i = 0; i < koutput->count_props; i++) {
2297 calloc(mode_output->count_props + 1, sizeof(drmmode_prop_rec));
2302 for (i = 0, j = 0; i < mode_output->count_props; i++) {
3320 for (i = 0; i < drm_props->count_props; i++) {
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.c714 for (i = 0; i < koutput->count_props; i++) {
805 drmmode_output->props = calloc(mode_output->count_props, sizeof(drmmode_prop_rec));
810 for (i = 0, j = 0; i < mode_output->count_props; i++) {
1082 for (i = 0; i < koutput->count_props; i++) {
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c1502 for (j = 0; j < koutput->count_props; j++) {
1603 for (i = 0; i < koutput->count_props; i++) {
1638 for (int i = 0; i < koutput->count_props; i++) {
1819 drmmode_output->props = calloc(mode_output->count_props + 1, sizeof(drmmode_prop_rec));
1824 for (i = 0, j = 0; i < mode_output->count_props; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c314 p < drm_connector->count_props; p++)
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c320 p < drm_connector->count_props; p++)

Completed in 66 milliseconds