Lines Matching defs:ib
249 * for enough space (today caller are ib schedule and buffer move) */
666 volatile uint32_t *ib;
672 ib = p->ib.ptr;
681 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
700 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
708 ib[idx] = idx_value + ((u32)reloc->gpu_offset);
713 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
721 ib[idx] = idx_value + ((u32)reloc->gpu_offset);
742 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
749 ib[idx] = (idx_value & 31) | /* keep the 1st 5 bits */
761 ib[idx] = tmp;
815 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
830 ib[idx] = tmp;
900 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
915 ib[idx] = tmp;
1115 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
1120 ib[idx] = idx_value + ((u32)reloc->gpu_offset);
1133 ib[idx] = idx_value & ~1;
1157 DRM_ERROR("No reloc for ib[%d]=0x%04X\n",
1165 ib[idx] = idx_value + ((u32)reloc->gpu_offset);
1210 volatile uint32_t *ib;
1214 ib = p->ib.ptr;
1230 ib[idx+1] = radeon_get_ib_value(p, idx + 1) + ((u32)reloc->gpu_offset);
1467 dev_err(rdev->dev, "IB initialization failed (%d).\n", r);