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()288 p->chunk_relocs = NULL; in radeon_cs_parser_init()318 p->chunk_relocs = &p->chunks[i]; in radeon_cs_parser_init()854 if (p->chunk_relocs == NULL) { in radeon_cs_packet_next_reloc()859 relocs_chunk = p->chunk_relocs; in radeon_cs_packet_next_reloc()
572 relocs_chunk = p->chunk_relocs; in radeon_uvd_cs_reloc()696 if (p->chunk_relocs == NULL) { in radeon_uvd_cs_parse()
477 relocs_chunk = p->chunk_relocs; in radeon_vce_cs_reloc()
2348 if (p->chunk_relocs == NULL) { in r600_dma_cs_next_reloc()
1073 struct radeon_cs_chunk *chunk_relocs; member