[PATCH v1] video: hyperv_fb: include vmalloc.h

2020-11-08 Thread Olaf Hering
hvfb_getmem uses vzalloc, therefore vmalloc.h should be included. Fixes commit d21987d709e807ba7bbf47044deb56a3c02e8be4 ("video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver") Signed-off-by: Olaf Hering --- drivers/video/fbdev/hyperv_fb.c | 1 + 1 file

[PATCH v2] nouveau: fix OpenFirmware support

2015-10-14 Thread Olaf Hering
On Wed, Oct 14, Ilia Mirkin wrote: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=25d295882a1adfcdaaad85369289677b87c7c8f0 Thanks. Almost perfect, lacks a stable tag. Olaf

[PATCH v2] nouveau: fix OpenFirmware support

2015-10-14 Thread Olaf Hering
On Sun, Oct 11, Laurent Vivier wrote: > On PowerMac G5 (and I think on all OpenFirmware platforms), nvbios_pcirTp() > returns NULL. But in fact the OpenFirmware has given us the size > we can store in image->size. > CC: imirkin at alum.mit.edu > Signed-off-by: Laurent Vivier

nouveau regression on G5 Dual Core

2015-04-22 Thread Olaf Hering
On Wed, Apr 22, Olaf Hering wrote: > I will see which commit leads to the failure that exists since v3.19-rc4. c2c2f6cb79141ca22f84c36887fd867373c35c4e + c7e873f85fb60b1af589ac1b0c62353cfe0bbb29 leads to this output: [ 47.367618] nouveau [ DEVICE][:0a:00.0] BOOT0 : 0x04310

nouveau regression on G5 Dual Core

2015-04-22 Thread Olaf Hering
On Mon, Mar 30, Olaf Hering wrote: > On Sat, Mar 28, Olaf Hering wrote: > > > On Sat, Mar 28, Olaf Hering wrote: > > > > > I just updated the kernel from some 3.18 based state to 4.0-rc5+. The > > > > 3.19 is already broken, will bisect next week. &g

[PATCH] drm/cirrus: bind also to qemu-xen-traditional

2014-10-22 Thread Olaf Hering
Ping? On Tue, Aug 26, Olaf Hering wrote: > Ping? > > On Thu, Jun 12, Olaf Hering wrote: > > > Ping? > > > > On Fri, Apr 11, Olaf Hering wrote: > > > > > qemu as used by xend/xm toolstack uses a different subvendor id. > > > Bind the drm

[PATCH] drm/cirrus: bind also to qemu-xen-traditional

2014-08-26 Thread Olaf Hering
Ping? On Thu, Jun 12, Olaf Hering wrote: > Ping? > > On Fri, Apr 11, Olaf Hering wrote: > > > qemu as used by xend/xm toolstack uses a different subvendor id. > > Bind the drm driver also to this emulated card. > > > > Signed-off-by: Olaf Hering

[PATCH] drm/cirrus: bind also to qemu-xen-traditional

2014-06-12 Thread Olaf Hering
Ping? On Fri, Apr 11, Olaf Hering wrote: > qemu as used by xend/xm toolstack uses a different subvendor id. > Bind the drm driver also to this emulated card. > > Signed-off-by: Olaf Hering > --- > drivers/gpu/drm/cirrus/cirrus_drv.c | 2 ++ > 1 file changed, 2 insertions

[PATCH] drm/cirrus: bind also to qemu-xen-traditional

2014-04-11 Thread Olaf Hering
qemu as used by xend/xm toolstack uses a different subvendor id. Bind the drm driver also to this emulated card. Signed-off-by: Olaf Hering --- drivers/gpu/drm/cirrus/cirrus_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus