HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_set_ib_value (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd.c 847 amdgpu_set_ib_value(ctx->parser, ctx->ib_idx, ctx->data0,
849 amdgpu_set_ib_value(ctx->parser, ctx->ib_idx, ctx->data1,
amdgpu_vce.c 671 amdgpu_set_ib_value(p, ib_idx, lo, lower_32_bits(addr));
672 amdgpu_set_ib_value(p, ib_idx, hi, upper_32_bits(addr));
amdgpu.h 520 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, function in typeref:typename:void
amdgpu_uvd_v7_0.c 1284 amdgpu_set_ib_value(p, ib_idx, i, reg);

Completed in 16 milliseconds