Searched refs:count_props_ptr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libdrm/dist/ | ||
| H A D | xf86drmMode.c | 1522 uint32_t *count_props_ptr = NULL; local in function:drmModeAtomicCommit 1574 count_props_ptr = drmMalloc(atomic.count_objs * sizeof count_props_ptr[0]); 1575 if (!count_props_ptr) { 1599 count_props_ptr[obj_idx]++; 1607 atomic.count_props_ptr = VOID2U64(count_props_ptr); 1616 drmFree(count_props_ptr); |
| /xsrc/external/mit/libdrm/dist/include/drm/ | ||
| H A D | drm_mode.h | 1154 __u64 count_props_ptr; member in struct:drm_mode_atomic |
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ | ||
| H A D | drm_mode.h | 748 __u64 count_props_ptr; member in struct:drm_mode_atomic |
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ | ||
| H A D | drm_mode.h | 1021 __u64 count_props_ptr; member in struct:drm_mode_atomic |
Completed in 14 milliseconds