HomeSort by: relevance | last modified time | path
    Searched defs:read_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c 225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; local in function:guc_read_update_log_buffer
267 read_offset = log_buf_state_local.read_ptr;
296 read_offset = 0;
298 } else if (unlikely((read_offset > buffer_size) ||
302 read_offset = 0;
307 if (read_offset > write_offset) {
309 bytes_to_copy = buffer_size - read_offset;
311 bytes_to_copy = write_offset - read_offset;
313 i915_memcpy_from_wc(dst_data + read_offset,
314 src_data + read_offset, bytes_to_copy)
    [all...]
intel_guc_log.c 225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; local in function:guc_read_update_log_buffer
267 read_offset = log_buf_state_local.read_ptr;
296 read_offset = 0;
298 } else if (unlikely((read_offset > buffer_size) ||
302 read_offset = 0;
307 if (read_offset > write_offset) {
309 bytes_to_copy = buffer_size - read_offset;
311 bytes_to_copy = write_offset - read_offset;
313 i915_memcpy_from_wc(dst_data + read_offset,
314 src_data + read_offset, bytes_to_copy)
    [all...]
intel_guc_log.c 225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; local in function:guc_read_update_log_buffer
267 read_offset = log_buf_state_local.read_ptr;
296 read_offset = 0;
298 } else if (unlikely((read_offset > buffer_size) ||
302 read_offset = 0;
307 if (read_offset > write_offset) {
309 bytes_to_copy = buffer_size - read_offset;
311 bytes_to_copy = write_offset - read_offset;
313 i915_memcpy_from_wc(dst_data + read_offset,
314 src_data + read_offset, bytes_to_copy)
    [all...]

Completed in 30 milliseconds