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()850 if (p->chunk_relocs == NULL) { in radeon_cs_packet_next_reloc()855 relocs_chunk = p->chunk_relocs; in radeon_cs_packet_next_reloc()
584 relocs_chunk = p->chunk_relocs; in radeon_uvd_cs_reloc()708 if (p->chunk_relocs == NULL) { in radeon_uvd_cs_parse()
477 relocs_chunk = p->chunk_relocs; in radeon_vce_cs_reloc()
2350 if (p->chunk_relocs == NULL) { in r600_dma_cs_next_reloc()
1074 struct radeon_cs_chunk *chunk_relocs; member