Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0 (v2)

2015-08-12 Thread Lim, Siew Hoon
> How could the intel driver affect how gstreamer-vaapi is built? That sounds > like it would be a gstreamer-vaapi bug if true. OK. Will removed out. If I still seeing the issue, I will further debug on it and feedback to gstreamer-vaapi side. Thanks for the feedback. siewhoon > > - Juss

Re: [meta-intel] [PATCH 3/3] libva-intel-driver: Update to 1.6.0

2015-08-12 Thread Lim, Siew Hoon
> On 23 July 2015 at 10:46, Lim Siew Hoon wrote: > +Tested-by: Lim, Siew Hoon > +Signed-off-by: Zhao Yakui > Missing Upstream-Status: Backport. Sorry. Ok, I will add in. I'm now a bit confused. Which upstream status I should be using Backport or Accepted? Read in www.openembedded.org/wiki/C

Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0

2015-08-12 Thread Lim, Siew Hoon
> On 23 July 2015 at 10:46, Lim Siew Hoon wrote: > +DEPENDS = "libva libva-intel-driver" > I'm still 99% sure this is totally redundant, because libva-intel-driver > doesn't install anything that would impact the compilation of gstreamer-vaapi > and the gstreamer-vaapi script doesn't look for

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
# ~/checkbashisms -f /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients possible bashism in /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients line 3 (bash arrays, ${name[0|*|@]}): SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" possible bashism in /usr/lib64/intel-gpu-tools/

Re: [meta-intel] [PATCH 3/3] libva-intel-driver: Update to 1.6.0

2015-08-12 Thread Burton, Ross
On 23 July 2015 at 10:46, Lim Siew Hoon wrote: > +Tested-by: Lim, Siew Hoon > +Signed-off-by: Zhao Yakui > Missing Upstream-Status: Backport. Ross -- ___ meta-intel mailing list meta-intel@yoctoproject.org https://lists.yoctoproject.org/listinfo/me

Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0

2015-08-12 Thread Burton, Ross
On 23 July 2015 at 10:46, Lim Siew Hoon wrote: > +DEPENDS = "libva libva-intel-driver" > I'm still 99% sure this is totally redundant, because libva-intel-driver doesn't install anything that would impact the compilation of gstreamer-vaapi and the gstreamer-vaapi script doesn't look for the inte

[meta-intel] [PATCH 2/3] libva: upgrade to 1.6.0

2015-08-12 Thread Lim Siew Hoon
Signed-off-by: Lim Siew Hoon --- common/recipes-multimedia/libva/libva_1.5.0.bb | 48 -- common/recipes-multimedia/libva/libva_1.6.0.bb | 48 ++ 2 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 common/recipes-multimedia/libva/l

[meta-intel] [PATCH 3/3] libva-intel-driver: Update to 1.6.0

2015-08-12 Thread Lim Siew Hoon
Remove wayland-include.patch, code already upstream. Add fix GPU hung issue patch, already upstream but caught it after 1.6.0. Signed-off-by: Lim Siew Hoon --- ...croblock-pair-to-calculate-H264-decoding-.patch | 131 + .../libva/libva-intel-driver/wayland-include.patch | 30

[meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0

2015-08-12 Thread Lim Siew Hoon
Add in depedendecy libva-intel-driver. Update the install-test.patch based on 0.6.0 version. A lot of major changes and bug fixes add in in 0.6.0 version. GStreamer support corner: - Removed the support for GStreamer 0.10 and 1.0 - GStreamer >= 1.2 is the minimal requirement Signed-off-by: Li

[meta-intel] [PATCH 0/3] Update Intel VA driver & Gstreamer-vaapi

2015-08-12 Thread Lim Siew Hoon
Update libva to 1.6.0, libva-intel-driver to 1.6.0 Update gstreamer-vaapi to 0.6.0 Removed wayland-include.patch, code changed already 1.6.0 Add GPU Hung issue for certain H264 video format Update install-test.patch for gstreamer-vaapi update to 0.6.0 Lim Siew Hoon (3): gstreamer-vaapi: upgrade

[meta-intel] [meta-minnow][PATCH] xserver-xf86-config: Delete unneeded THISDIR assignment

2015-08-12 Thread Khem Raj
This is causing it to spill over THISDIR calculated here into other search paths in a multi-bsp environment and as a result the other BSP doesnt get its directories added to FILESPATH Signed-off-by: Khem Raj --- recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 - 1 file changed

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Burton, Ross
On 12 August 2015 at 16:17, Saul Wold wrote: > If you are running on a system with bash the /bin/sh will point to bash so > there is no real change, the real test is to install these tools on a > system without Bash and ensure they work. > Or run checkbashisms, or just read the scripts. Ross --

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Saul Wold
On 08/12/2015 02:37 AM, Pengyu Ma wrote: I have installed intel-gpu-tools on my broadwell-u board, run kms_sysfs_edid_timing and other tests, most of them have no output, one example log: /usr/lib64/intel-gpu-tools/intel-gpu-tools/drv_missed_irq_hang Interrupts masked Interrupts unmasked Cleared

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
I have installed intel-gpu-tools on my broadwell-u board, run kms_sysfs_edid_timing and other tests, most of them have no output, one example log: /usr/lib64/intel-gpu-tools/intel-gpu-tools/drv_missed_irq_hang Interrupts masked Interrupts unmasked Cleared missed interrupts Pengyu On 08/12/2015

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Burton, Ross
On 12 August 2015 at 04:42, Pengyu Ma wrote: > * Remove bash dependency. > Did you verify that the scripts are not actually bash scripts and can simply be changed to use /bin/sh? Ross -- ___ meta-intel mailing list meta-intel@yoctoproject.org https:

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
On 08/12/2015 03:54 PM, Saul Wold wrote: On 08/11/2015 08:42 PM, Pengyu Ma wrote: Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Saul Wold
On 08/11/2015 08:42 PM, Pengyu Ma wrote: Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma --- ...001-test-script-remove-dependency