commit | 8235eab0122a051b05e3dac128a64b66c0273dac | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Feb 07 08:46:35 2020 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Feb 10 12:54:32 2020 +0100 |
tree | 26e0eafb62ae6f908ad714199da699e276539940 | |
parent | e59a2508d90f393c8423716349db315e32b67559 [diff] |
drm/virtio: simplify virtio_gpu_alloc_cmd Just call virtio_gpu_alloc_cmd_resp with some fixed args instead of duplicating most of the function body. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200207074638.26386-2-kraxel@redhat.com Reviewed-by: Chia-I Wu <olvaffe@gmail.com>