Searched refs:status_object (Results 1 – 1 of 1) sorted by relevance
208 struct drm_i915_gem_exec_object2 status_object[2]; member1268 return wrk->global_wrk->status_object; in get_status_objects()1270 return wrk->status_object; in get_status_objects()1493 wrk->status_object[0].handle = handle; in prepare_workload()1498 wrk->status_object[1].handle = handle; in prepare_workload()2512 struct drm_i915_gem_exec_object2 *status_object = in init_status_page() local2515 .buffer_count = ARRAY_SIZE(wrk->status_object), in init_status_page()2516 .buffers_ptr = to_user_pointer(status_object) in init_status_page()2528 gem_set_domain(fd, status_object[1].handle, in init_status_page()2531 status_object[1].relocs_ptr = to_user_pointer(reloc); in init_status_page()[all …]