Home
last modified time | relevance | path

Searched refs:chunk_relocs (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_cs.c89 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()
Dradeon_uvd.c582 relocs_chunk = p->chunk_relocs; in radeon_uvd_cs_reloc()
706 if (p->chunk_relocs == NULL) { in radeon_uvd_cs_parse()
Dradeon_vce.c478 relocs_chunk = p->chunk_relocs; in radeon_vce_cs_reloc()
Dr600_cs.c2346 if (p->chunk_relocs == NULL) { in r600_dma_cs_next_reloc()
Dradeon.h1080 struct radeon_cs_chunk *chunk_relocs; member