Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c97 struct amdgpu_uvd_cs_ctx { struct
552 static u64 amdgpu_uvd_get_addr_from_ctx(struct amdgpu_uvd_cs_ctx *ctx) in amdgpu_uvd_get_addr_from_ctx()
572 static int amdgpu_uvd_cs_pass1(struct amdgpu_uvd_cs_ctx *ctx) in amdgpu_uvd_cs_pass1()
809 static int amdgpu_uvd_cs_msg(struct amdgpu_uvd_cs_ctx *ctx, in amdgpu_uvd_cs_msg()
905 static int amdgpu_uvd_cs_pass2(struct amdgpu_uvd_cs_ctx *ctx) in amdgpu_uvd_cs_pass2()
988 static int amdgpu_uvd_cs_reg(struct amdgpu_uvd_cs_ctx *ctx, in amdgpu_uvd_cs_reg()
989 int (*cb)(struct amdgpu_uvd_cs_ctx *ctx)) in amdgpu_uvd_cs_reg()
1034 static int amdgpu_uvd_cs_packets(struct amdgpu_uvd_cs_ctx *ctx, in amdgpu_uvd_cs_packets()
1035 int (*cb)(struct amdgpu_uvd_cs_ctx *ctx)) in amdgpu_uvd_cs_packets()
1075 struct amdgpu_uvd_cs_ctx ctx = {}; in amdgpu_uvd_ring_parse_cs()