| /xsrc/external/mit/libdrm/dist/tests/modeprint/ |
| H A D | modeprint.c | 151 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 D | xf86drmMode.c | 527 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 D | xf86drmMode.h | 217 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 D | drm_mode.h | 433 * 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 D | drm_mode.h | 365 __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 D | drm_mode.h | 433 * 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 D | proptest.c | 174 for (i = 0; i < props->count_props; i++)
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_kms.c | 384 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 D | qxl_drmmode.c | 416 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 D | modetest.c | 457 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 D | drmmode_display.c | 801 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 D | sna_display.c | 125 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 D | intel_display.c | 844 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 D | drmmode_display.c | 774 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 D | sna_display.c | 102 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 D | vmwgfx_output.c | 187 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 D | drmmode_display.c | 279 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 D | intel_display.c | 842 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 D | drmmode_display.c | 240 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 D | drmmode_display.c | 714 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 D | drmmode_display.c | 1502 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 D | wsi_common_display.c | 314 p < drm_connector->count_props; p++)
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 320 p < drm_connector->count_props; p++)
|