Searched refs:chunk_relocs (Results 1 – 5 of 5) sorted by relevance
89 if (p->chunk_relocs == NULL) { in radeon_cs_parser_relocs()92 chunk = p->chunk_relocs; in radeon_cs_parser_relocs()290 p->chunk_relocs = NULL; in radeon_cs_parser_init()320 p->chunk_relocs = &p->chunks[i]; in radeon_cs_parser_init()851 if (p->chunk_relocs == NULL) { in radeon_cs_packet_next_reloc()856 relocs_chunk = p->chunk_relocs; in radeon_cs_packet_next_reloc()
582 relocs_chunk = p->chunk_relocs; in radeon_uvd_cs_reloc()706 if (p->chunk_relocs == NULL) { in radeon_uvd_cs_parse()
478 relocs_chunk = p->chunk_relocs; in radeon_vce_cs_reloc()
2346 if (p->chunk_relocs == NULL) { in r600_dma_cs_next_reloc()
1080 struct radeon_cs_chunk *chunk_relocs; member