Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vce.c671 amdgpu_set_ib_value(p, ib_idx, lo, lower_32_bits(addr)); in amdgpu_vce_cs_reloc()
672 amdgpu_set_ib_value(p, ib_idx, hi, upper_32_bits(addr)); in amdgpu_vce_cs_reloc()
H A Damdgpu_uvd.c847 amdgpu_set_ib_value(ctx->parser, ctx->ib_idx, ctx->data0, in amdgpu_uvd_cs_pass2()
849 amdgpu_set_ib_value(ctx->parser, ctx->ib_idx, ctx->data1, in amdgpu_uvd_cs_pass2()
H A Damdgpu.h515 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value() function
H A Damdgpu_uvd_v7_0.c1284 amdgpu_set_ib_value(p, ib_idx, i, reg); in uvd_v7_0_ring_patch_cs_in_place()