Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c63 struct amdgpu_uvd_cs_ctx { struct
335 static int amdgpu_uvd_cs_pass1(struct amdgpu_uvd_cs_ctx *ctx) in amdgpu_uvd_cs_pass1()
519 static int amdgpu_uvd_cs_msg(struct amdgpu_uvd_cs_ctx *ctx, in amdgpu_uvd_cs_msg()
620 static int amdgpu_uvd_cs_pass2(struct amdgpu_uvd_cs_ctx *ctx) in amdgpu_uvd_cs_pass2()
707 static int amdgpu_uvd_cs_reg(struct amdgpu_uvd_cs_ctx *ctx, in amdgpu_uvd_cs_reg()
708 int (*cb)(struct amdgpu_uvd_cs_ctx *ctx)) in amdgpu_uvd_cs_reg()
753 static int amdgpu_uvd_cs_packets(struct amdgpu_uvd_cs_ctx *ctx, in amdgpu_uvd_cs_packets()
754 int (*cb)(struct amdgpu_uvd_cs_ctx *ctx)) in amdgpu_uvd_cs_packets()
790 struct amdgpu_uvd_cs_ctx ctx = {}; in amdgpu_uvd_ring_parse_cs()