Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/virtio/
Damdgpu_virtio_proto.h205 struct amdgpu_ccmd_create_ctx_rsp { struct
210 AMDGPU_STATIC_ASSERT_SIZE(amdgpu_ccmd_create_ctx_rsp) argument
Damdgpu_virtio.c226 struct amdgpu_ccmd_create_ctx_rsp *rsp; in amdvgpu_cs_ctx_create2()
230 rsp = vdrm_alloc_rsp(dev->vdev, &req.hdr, sizeof(struct amdgpu_ccmd_create_ctx_rsp)); in amdvgpu_cs_ctx_create2()
285 struct amdgpu_ccmd_create_ctx_rsp *rsp; in amdvgpu_cs_ctx_free()
286 rsp = vdrm_alloc_rsp(dev->vdev, &req.hdr, sizeof(struct amdgpu_ccmd_create_ctx_rsp)); in amdvgpu_cs_ctx_free()