]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: virtio: fix virtio_gpu_mode_dumb_create
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Apr 2017 07:08:45 +0000 (09:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Apr 2017 08:10:20 +0000 (10:10 +0200)
commit9c4ad466d1dd2e067d5fdb2fcdbcc30fc5c145f9
treecb83a1a38b96566b0f0f931c22f70b5debed9002
parentd519cb76181efc78ba67e87b38286fa04d46dfa3
drm: virtio: fix virtio_gpu_mode_dumb_create

Lookup format using virtio_gpu_translate_format()
instead of hardcoding it.  Fixes xorg display on
bigendian guests (i.e. ppc64).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Tested-by: Laurent Vivier <lvivier@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170403070845.10793-3-kraxel@redhat.com
drivers/gpu/drm/virtio/virtgpu_gem.c