mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
freedreno/drm/virtio: Fix typo
Fixes: b90244776a ("virtio/drm: Split out common virtgpu drm structs")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26884>
This commit is contained in:
parent
19fca131b1
commit
2c078bfd18
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ struct msm_ccmd_gem_cpu_prep_req {
|
|||
DEFINE_CAST(vdrm_ccmd_req, msm_ccmd_gem_cpu_prep_req)
|
||||
|
||||
struct msm_ccmd_gem_cpu_prep_rsp {
|
||||
struct vdrm_ccmd_req hdr;
|
||||
struct vdrm_ccmd_rsp hdr;
|
||||
|
||||
int32_t ret;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue