Re: [Libva] [PATCH][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

2016-10-16 Thread Xiang, Haihao
> I sent a new version, pardon the PEBKAC. Is there a particular > indentation scheme to follow? > The original file uses 4 spaces (not a tab) for indentation, please use the same indentation in the patch. Sometimes a patch was merged without checking the indentation, which makes the code harder

Re: [Libva] [Libva-intel-driver][PATCH] Use Media Read message if possible on Gen8+

2016-10-16 Thread Zhao Yakui
On 10/15/2016 03:58 AM, Eoff, Ullysses A wrote: -Original Message- From: Libva [mailto:libva-boun...@lists.freedesktop.org] On Behalf Of Sean V Kelley Sent: Friday, October 14, 2016 11:44 AM To: Zhao, Yakui; Xiang, Haihao Cc: libva@lists.freedesktop.org Subject: Re: [Libva] [Libva-inte

Re: [Libva] [PATCH v3][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

2016-10-16 Thread Xiang, Haihao
Applied,  Thanks Haihao > vpp to report the chroma formats according to what's allowed > by vaCreateSurfaces2 > > Signed-off-by: Daniel Charles > --- >  src/i965_drv_video.c | 5 - >  1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/i965_drv_video.c b/src/i965_drv_video.

Re: [Libva] [Libva-intel-driver][PATCH] Use Media Read message if possible on Gen8+

2016-10-16 Thread Xiang, Haihao
Hi Sean, I can't reproduce the issue mentioned by you and Artie on my SKL. I am using Ubuntu 14.04 but built kernel and libdrm from source code: Linux kernel: aab15c274da587bcab19376d2caa9d6626440335 (drm-intel-nightly: 2016y-09m- 26d-12h-11m-33s) libdrm: 2.4.70 I don't think the bus error is

[Libva] something different ideas from chromium's decoder settings API

2016-10-16 Thread Randy Li
Hello Hans and all media staff: Recently I have try to run the my VA-API driver in Rockchip RK3399, after ported the driver in chromium to request API, it works now. Thanks to the chromium project effort, both the decoder settings API and structures are the same between rk3288 and rk3399. Ho

Re: [Libva] [PATCH intel-driver 0/2] Speed up jpeg encode tests

2016-10-16 Thread Xiang, Haihao
Hi Scott, Does your patches change the pass criteria? I don't see any failure after applying your patches, but Common/JPEGEncodeInputTest.Full/95 should be failed if no change to pass criteria. Thanks Haihao > For me these two patches take the Big encode test from 44sec to > ~7sec. > > Scott

Re: [Libva] something different ideas from chromium's decoder settings API

2016-10-16 Thread Xiang, Haihao
Hi Randy,  I saw a statement below at the end of your email: == This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If

Re: [Libva] [Libva-intel-driver][PATCH] Use Media Read message if possible on Gen8+

2016-10-16 Thread Xiang, Haihao
> On Fri, 2016-10-14 at 19:58 +, Eoff, Ullysses A wrote: > > > -Original Message- > > > From: Libva [mailto:libva-boun...@lists.freedesktop.org] On > > > Behalf > > > Of Sean V Kelley > > > Sent: Friday, October 14, 2016 11:44 AM > > > To: Zhao, Yakui ; Xiang, Haihao > > > > > @intel.