commit | 8854a56f3e71703e0253697e4cc82b20acf732dc | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Dec 05 21:44:39 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 06:59:16 2016 +0200 |
tree | ee3634b12055d4c9b12fbdc5c708ecf045424e4a | |
parent | 7328fa64aa30405c2d6abd44bb6866e914dba35d [diff] |
drm/virtio: fix endianness in primary_plane_update virtio_gpu_cmd_transfer_to_host_2d expects x and y parameters in LE, but virtio_gpu_primary_plane_update passes in the CPU format instead. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>