Searched refs:objs_ptr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libdrm/dist/ | ||
| H A D | xf86drmMode.c | 1521 uint32_t *objs_ptr = NULL; local in function:drmModeAtomicCommit 1568 objs_ptr = drmMalloc(atomic.count_objs * sizeof objs_ptr[0]); 1569 if (!objs_ptr) { 1595 objs_ptr[obj_idx] = sorted->items[i].object_id; 1596 last_obj_id = objs_ptr[obj_idx]; 1606 atomic.objs_ptr = VOID2U64(objs_ptr); 1615 drmFree(objs_ptr); |
| /xsrc/external/mit/libdrm/dist/include/drm/ | ||
| H A D | drm_mode.h | 1153 __u64 objs_ptr; member in struct:drm_mode_atomic |
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ | ||
| H A D | drm_mode.h | 747 __u64 objs_ptr; member in struct:drm_mode_atomic |
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ | ||
| H A D | drm_mode.h | 1020 __u64 objs_ptr; member in struct:drm_mode_atomic |
Completed in 10 milliseconds