Re: [Libva] [PATCH 2/2] Propagate error code

2014-05-22 Thread Zhao, Yakui
On Mon, 2014-05-19 at 02:54 -0600, Sebastian Ramacher wrote: > Signed-off-by: Sebastian Ramacher LGTM. It will be pushed. Add: Reviewed-by Zhao, Yakui Thanks. Yakui > --- > src/gen75_picture_process.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gen75_

Re: [Libva] [PATCH 1/2] Define i965_proc_picture in header

2014-05-22 Thread Zhao, Yakui
On Thu, 2014-05-22 at 18:41 -0600, Sebastian Ramacher wrote: > Signed-off-by: Sebastian Ramacher This looks good to me. This will be pushed. Reviewed-by: Zhao, Yakui > --- > src/gen75_picture_process.c | 6 -- > src/i965_post_processing.h | 5 + > 2 files changed, 5 insertions(+), 6

[Libva] [PATCH 1/2 v2] Define i965_proc_picture in header

2014-05-22 Thread Sebastian Ramacher
On 2014-05-20 13:16:52, Zhao, Yakui wrote: > For the patch 1, will you please put the function declaration of > i965_proc_picture into the file of i965_post_processing.h? Of course. Here is a new patch that adds i965_proc_picture to the header. Cheers

[Libva] [PATCH 1/2] Define i965_proc_picture in header

2014-05-22 Thread Sebastian Ramacher
Signed-off-by: Sebastian Ramacher --- src/gen75_picture_process.c | 6 -- src/i965_post_processing.h | 5 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/gen75_picture_process.c b/src/gen75_picture_process.c index 3c4fc0b..54967a9 100644 --- a/src/gen75_picture_proce