commit | 1dc3485247170d3b88a21cadee7f7da1f0433495 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Oct 23 08:25:37 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Nov 20 09:22:26 2019 +0100 |
tree | 9830a2bbfdb81805ce9d619943e4c169c3301e48 | |
parent | 93adc0c2cb7270a5ed1deb7fb561428da971f323 [diff] |
drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host_3d functions Be consistent with the rest of the code base. No functional change. v2: - fix sparse warnings for virtio_gpu_cmd_transfer_to_host_2d call. - move convert_to_hw_box helper function. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20191023062539.11728-2-kraxel@redhat.com