Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/virtio/
Damdgpu_virtio_proto.h68 struct amdgpu_ccmd_query_info_req { struct
72 DEFINE_CAST(vdrm_ccmd_req, amdgpu_ccmd_query_info_req) argument
73 AMDGPU_STATIC_ASSERT_SIZE(amdgpu_ccmd_query_info_req)
Damdgpu_virtio.c25 unsigned req_len = sizeof(struct amdgpu_ccmd_query_info_req); in amdvgpu_query_info()
29 struct amdgpu_ccmd_query_info_req *req = (void *)buf; in amdvgpu_query_info()