On 14 June 2016 at 09:10, Julien Isorce wrote:
> Hi,
>
> It seems this patch has been pushed recently. This is causing me problems on
> a multi gpu configuration.
> It is a laptop with intel and nvidia, graphic hardwares.
>
> 1: intel vaapi driver:
> vainfo
>
> 2: st/va,nouveau:
> DRI_PRIME=1 LIBV
Hi,
It seems this patch has been pushed recently. This is causing me problems
on a multi gpu configuration.
It is a laptop with intel and nvidia, graphic hardwares.
1: intel vaapi driver:
vainfo
2: st/va,nouveau:
DRI_PRIME=1 LIBVA_DRIVER_NAME=gallium vainfo
with that patch 0c0f841e5de27d01312f8
Hi Stefan,
On 21 April 2016 at 14:05, Stefan Dirsch wrote:
> From: Jimmy Berry
>
> Removes the need to set LIBVA_DRIVER_NAME=gallium for supported targets and is
> consistent with vdpau and general gallium drivers.
There are two options here afaict:
- Use an updated libva which already handles
From: Jimmy Berry
Removes the need to set LIBVA_DRIVER_NAME=gallium for supported targets and is
consistent with vdpau and general gallium drivers.
---
src/gallium/targets/va/Makefile.am | 14 ++
1 file changed, 14 insertions(+)
diff --git a/src/gallium/targets/va/Makefile.am
b/src
Removes the need to set LIBVA_DRIVER_NAME=gallium for supported targets and is
consistent with vdpau and general gallium drivers.
Author: Jimmy Berry
Signed-off-by: Jimmy Berry
---
src/gallium/targets/va/Makefile.am | 14 ++
1 file changed, 14 insertions(+)
diff --git a/src/galliu
On Tue, Apr 19, 2016 at 9:11 AM, Stefan Dirsch wrote:
> Dear gentlemen,
>
> unfortunately the patch by Jimmy Berry didn't get too much attention, when he
> posted it first. Maybe this time it's different. Find it attached.
FYI, you're limiting the audience of the patch by not sending it
properly.
4 (AG Nürnberg)
---
>From 8974248c4147e57552dc21c6d16e4d1817d34fad Mon Sep 17 00:00:00 2001
From: Jimmy Berry
Date: Sat, 19 Dec 2015 22:49:10 -0600
Subject: [Mesa-dev] [PATCH] st/va: hardlink driver instances to gallium_drv_video.so
Remove
I have been holding off v2 with correct spacing before \ (seemingly
missed the first time) waiting for a review to confirm that this is
the right approach as agreed in IRC.
Let me know if anything else.
--
Jimmy
On Sat, Dec 19, 2015 at 10:57 PM, Jimmy Berry wrote:
> Removes the need to set LIB
Removes the need to set LIBVA_DRIVER_NAME=gallium for supported targets and is
consistent with vdpau and general gallium drivers.
Signed-off-by: Jimmy Berry
---
src/gallium/targets/va/Makefile.am | 14 ++
1 file changed, 14 insertions(+)
diff --git a/src/gallium/targets/va/Makefile.