[meta-intel] [PATCH v3 3/4] libva-intel-driver: Upgrade to 1.6.0

2015-08-14 Thread Lim Siew Hoon
-off-by: Lim Siew Hoon siew.hoon@intel.com --- ...croblock-pair-to-calculate-H264-decoding-.patch | 145 + .../libva/libva-intel-driver/wayland-include.patch | 30 - ...driver_1.5.0.bb = libva-intel-driver_1.6.0.bb} | 9 +- 3 files changed, 150 insertions(+), 34

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

2015-08-14 Thread Lim Siew Hoon
The libva-intel-driver 1.6.0 version got dependecy to libva 1.6.0 VA-API 0.38 version. For Gen9 platform support. Signed-off-by: Lim Siew Hoon siew.hoon@intel.com --- common/recipes-multimedia/libva/{libva_1.5.0.bb = libva_1.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

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

2015-08-13 Thread Lim, Siew Hoon
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/Commit_Patch_Message_Guidelines Now I felt sound like the accepted should be using. Backport also

Re: [meta-intel] Do we still need GST_API_VERSION inside gstreamer-vaapi-xxx.bb recipes?

2015-08-13 Thread Lim, Siew Hoon
Gstreamer-vaapi already include those GST_API_VERSION checking in configuration.ac which gstreamer framework version support. And --with-gstreamer-api option also didn't exist in gstreamer-vaapi. Will get this kind of warning message: WARNING: QA Issue: gstreamer-vaapi-1.0: configure was

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 siew.hoon@intel.com 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

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

2015-08-12 Thread Lim Siew Hoon
-by: Lim Siew Hoon siew.hoon@intel.com --- .../gstreamer/gstreamer-vaapi-1.0_0.5.10.bb| 5 - .../gstreamer/gstreamer-vaapi-1.0_0.6.0.bb | 5 + .../gstreamer/gstreamer-vaapi.inc | 6 +++--- .../gstreamer/gstreamer-vaapi/install-tests.patch | 25

[meta-intel] Do we still need GST_API_VERSION inside gstreamer-vaapi-xxx.bb recipes?

2015-08-11 Thread Lim, Siew Hoon
Hi Ross, Why we need to add GST_API_VERSION? Do we really still need it? Gstreamer-vaapi already include those GST_API_VERSION checking in configuration.ac which gstreamer framework version support. And --with-gstreamer-api option also didn't exist in gstreamer-vaapi. Will get this kind of

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

2015-08-11 Thread Lim Siew Hoon
the minimal requirement. Add in the dependedcy libva-intel-driver in gstreamer-vaapi.inc. Because gstreamer-vaapi depend to libva-intel-driver as well not just only libva. Fixed the compilation error causing by the install test patch Signed-off-by: Lim Siew Hoon siew.hoon@intel.com

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

2015-08-11 Thread Lim Siew Hoon
The libva-intel-driver 1.6.0 version got dependecy to libva 1.6.0 VA-API 0.38 version. For Gen9 platform support. Signed-off-by: Lim Siew Hoon siew.hoon@intel.com --- common/recipes-multimedia/libva/{libva_1.5.0.bb = libva_1.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[meta-intel] [PATCH 0/3] Upgrade gstreamer-vaapi, libva Intel VA driver

2015-08-11 Thread Lim Siew Hoon
feature add HEVC encode. (But I haven't test it yet.) Tested with video decode in video format H264, HEVC, VC1, MPEG2, JPEG/MJPEG, VP8 decode in BSW and SKL platform. Lim Siew Hoon (3): gstreamer-vaapi: upgrade to 0.6.0 (v2) libva: upgrade to 1.6.0 (v2) libva-intel-driver: Upgrade to 1.6.0

[meta-intel] [PATCH 3/3] libva-intel-driver: Upgrade to 1.6.0 (v2)

2015-08-11 Thread Lim Siew Hoon
-off-by: Lim Siew Hoon siew.hoon@intel.com --- ...croblock-pair-to-calculate-H264-decoding-.patch | 141 + .../libva/libva-intel-driver/wayland-include.patch | 30 - ...driver_1.5.0.bb = libva-intel-driver_1.6.0.bb} | 9 +- 3 files changed, 146 insertions(+), 34

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

2015-07-27 Thread Lim, Siew Hoon
All patches need to contain an Upstream-Status annotation to say what the state of the patch is: a backport from upstream, a fix that's been submitted upstream, a change that is inappropriate for upstream (with rationale), and so on. Hi Ross, Thanks for the advice. Noted. Ok, I will add

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

2015-07-27 Thread Lim, Siew Hoon
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Saturday, July 25, 2015 2:46 AM To: Lim, Siew Hoon; meta-intel@yoctoproject.org Subject: Re: [meta-intel] [PATCH 2/3] libva: upgrade to 1.6.0 On 7/23/15 11:52 PM, Lim Siew Hoon wrote: Thanks for the patch

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

2015-07-24 Thread Lim Siew Hoon
-by: Lim Siew Hoon siew.hoon@intel.com --- .../gstreamer/gstreamer-vaapi-1.0_0.5.10.bb| 5 - .../gstreamer/gstreamer-vaapi-1.0_0.6.0.bb | 5 + .../gstreamer/gstreamer-vaapi.inc | 6 +++--- .../gstreamer/gstreamer-vaapi/install-tests.patch | 25

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

2015-07-24 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 siew.hoon@intel.com --- ...croblock-pair-to-calculate-H264-decoding-.patch | 131 + .../libva/libva-intel-driver

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

2015-07-24 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 in 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