Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-19 Thread Charles, Daniel
reedesktop.org] On Behalf Of Eoff, >>Ullysses A >>Sent: Wednesday, October 19, 2016 2:26 AM >>To: Charles, Daniel <daniel.char...@intel.com> >>Cc: libva@lists.freedesktop.org >>Subject: Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return >

Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-18 Thread Eoff, Ullysses A
ay, October 18, 2016 10:20 AM > >> To: Eoff, Ullysses A <ullysses.a.e...@intel.com> > >> Cc: libva@lists.freedesktop.org > >> Subject: Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: > >> return unsupported profile > >> > >> O

Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-18 Thread Charles, Daniel
es.a.e...@intel.com> >> Cc: libva@lists.freedesktop.org >> Subject: Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: >> return unsupported profile >> >> On Tue, Oct 18, 2016 at 8:25 AM, Eoff, Ullysses A >> <ullysses.a.e...@intel.com> wrote: >> > P

Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-18 Thread Eoff, Ullysses A
> -Original Message- > From: Charles, Daniel [mailto:daniel.char...@intel.com] > Sent: Tuesday, October 18, 2016 10:20 AM > To: Eoff, Ullysses A <ullysses.a.e...@intel.com> > Cc: libva@lists.freedesktop.org > Subject: Re: [Libva] [PATCH][libva-intel-driver] i965

Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-18 Thread Charles, Daniel
iel. > U. Artie > >> -Original Message- >> From: Libva [mailto:libva-boun...@lists.freedesktop.org] On Behalf Of Daniel >> Charles >> Sent: Monday, October 17, 2016 5:45 PM >> To: libva@lists.freedesktop.org >> Subject: [Libva] [PATCH][libva-intel-dri

Re: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-18 Thread Eoff, Ullysses A
> To: libva@lists.freedesktop.org > Subject: [Libva] [PATCH][libva-intel-driver] i965_validate_config: return > unsupported profile > > When all the profiles are not supported return > VA_STATUS_ERROR_UNSUPPORTED_PROFILE instead of > VA_STATUS_ERROR_UNSUPPORTED_ENTRYPOINT. >

[Libva] [PATCH][libva-intel-driver] i965_validate_config: return unsupported profile

2016-10-17 Thread Daniel Charles
When all the profiles are not supported return VA_STATUS_ERROR_UNSUPPORTED_PROFILE instead of VA_STATUS_ERROR_UNSUPPORTED_ENTRYPOINT. Also change the style on the code modified to be common on all cases Signed-off-by: Daniel Charles --- src/i965_drv_video.c | 49