Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c1378 uint32_t last_obj_id = 0; in drmModeAtomicCommit() local
1401 if (sorted->items[i].object_id != last_obj_id) { in drmModeAtomicCommit()
1403 last_obj_id = sorted->items[i].object_id; in drmModeAtomicCommit()
1442 for (i = 0, last_obj_id = 0; i < sorted->cursor; i++) { in drmModeAtomicCommit()
1443 if (sorted->items[i].object_id != last_obj_id) { in drmModeAtomicCommit()
1446 last_obj_id = objs_ptr[obj_idx]; in drmModeAtomicCommit()