Re: [PATCH] virtio-gpu: disable VIRGL with BE kernel
From: Gerd Hoffmann <kraxel@redhat.com>
Date: 2017-01-27 08:15:42
Also in:
dri-devel, lkml
From: Gerd Hoffmann <kraxel@redhat.com>
Date: 2017-01-27 08:15:42
Also in:
dri-devel, lkml
On Di, 2017-01-24 at 14:12 +0100, Laurent Vivier wrote:
VIRTIO_GPU_F_VIRGL is added in features list only for LE kernel, so we must check for it only on LE kernel, otherwise virtio_has_feature() calls BUG() and crashes the kernel. Suggested-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Laurent Vivier <redacted>
Added to drm-qemu branch. thanks, Gerd