Home
last modified time | relevance | path

Searched refs:amdgpu_set_ib_value (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c675 amdgpu_set_ib_value(p, ib_idx, lo, lower_32_bits(addr)); in amdgpu_vce_cs_reloc()
676 amdgpu_set_ib_value(p, ib_idx, hi, upper_32_bits(addr)); in amdgpu_vce_cs_reloc()
Damdgpu_uvd.c877 amdgpu_set_ib_value(ctx->parser, ctx->ib_idx, ctx->data0, in amdgpu_uvd_cs_pass2()
879 amdgpu_set_ib_value(ctx->parser, ctx->ib_idx, ctx->data1, in amdgpu_uvd_cs_pass2()
Damdgpu.h563 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value() function
Duvd_v7_0.c1307 amdgpu_set_ib_value(p, ib_idx, i, reg); in uvd_v7_0_ring_patch_cs_in_place()