gallium/radeon: stop using "reloc" in a few places
[mesa.git] / src / gallium / drivers / radeon / radeon_uvd.c
index 4c59885eecf4064259f3c5f432bdb09bb5cdddf8..c3ac7e7f2ef9f0123890d74acaeb04e82b126909 100644 (file)
@@ -110,7 +110,7 @@ static void send_cmd(struct ruvd_decoder *dec, unsigned cmd,
 {
        int reloc_idx;
 
-       reloc_idx = dec->ws->cs_add_reloc(dec->cs, cs_buf, usage, domain,
+       reloc_idx = dec->ws->cs_add_buffer(dec->cs, cs_buf, usage, domain,
                                          RADEON_PRIO_UVD);
        if (!dec->use_legacy) {
                uint64_t addr;