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

/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c1369 unsigned int copied_objs, copied_props; local
1428 copied_objs = 0;
1437 if (get_user(obj_id, objs_ptr + copied_objs)) {
1456 if (get_user(count_props, count_props_ptr + copied_objs)) {
1462 copied_objs++;

Completed in 110 milliseconds