Searched refs:objs_ptr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c1521 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 Ddrm_mode.h1153 __u64 objs_ptr; member in struct:drm_mode_atomic
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h747 __u64 objs_ptr; member in struct:drm_mode_atomic
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h1020 __u64 objs_ptr; member in struct:drm_mode_atomic

Completed in 10 milliseconds