Searched refs:ib_bytes (Results 1 – 2 of 2) sorted by relevance
656 if ((chunk_ib->va_start + chunk_ib->ib_bytes) > in amdgpu_cs_ib_fill()671 r = amdgpu_ib_get(ring, NULL, chunk_ib->ib_bytes, ib); in amdgpu_cs_ib_fill()677 memcpy(ib->ptr, kptr, chunk_ib->ib_bytes); in amdgpu_cs_ib_fill()689 ib->length_dw = chunk_ib->ib_bytes / 4; in amdgpu_cs_ib_fill()
397 uint32_t ib_bytes; member