Home
last modified time | relevance | path

Searched refs:count_props_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/
Dxf86drmMode.c1367 uint32_t *count_props_ptr = NULL; in drmModeAtomicCommit() local
1416 count_props_ptr = drmMalloc(atomic.count_objs * sizeof count_props_ptr[0]); in drmModeAtomicCommit()
1417 if (!count_props_ptr) { in drmModeAtomicCommit()
1441 count_props_ptr[obj_idx]++; in drmModeAtomicCommit()
1449 atomic.count_props_ptr = VOID2U64(count_props_ptr); in drmModeAtomicCommit()
1458 drmFree(count_props_ptr); in drmModeAtomicCommit()
/third_party/libdrm/include/drm/
Ddrm_mode.h748 __u64 count_props_ptr; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h1021 __u64 count_props_ptr; member