RE: [BUG][AMD][VDPAU] RX6600 GPU locks up when decoding HEVC

2024-02-15 Thread Liu, Leo
[AMD Official Use Only - General] This is being looked. > -Original Message- > From: mesa-dev On Behalf Of > Chris Rankin > Sent: Thursday, February 15, 2024 10:38 AM > To: mesa-dev@lists.freedesktop.org > Subject: [BUG][AMD][VDPAU] RX6600 GPU locks up when decoding HEVC > > I have

Re: [Mesa-dev] frontends/va/postproc: Use the actual image height when blitting

2020-11-30 Thread Liu, Leo
+Thong. -Original Message- From: mesa-dev On Behalf Of Ilia Mirkin Sent: November 25, 2020 5:48 PM To: ML Mesa-dev ; Thai, Thong Subject: Re: [Mesa-dev] frontends/va/postproc: Use the actual image height when blitting Hi Thong, In this change:

Re: [Mesa-dev] [PATCH] radeon/vcn: Handle crop parameters for encoder

2020-01-02 Thread Liu, Leo
The mesa process has switched to using merge requests. -Original Message- From: mesa-dev On Behalf Of Satyajit Sahu Sent: Tuesday, December 24, 2019 4:39 AM To: mesa-dev@lists.freedesktop.org Cc: Sharma, Deepak ; Sahu, Satyajit Subject: [Mesa-dev] [PATCH] radeon/vcn: Handle crop

Re: [Mesa-dev] [PATCH] radeonsi: Add support for midstream bitrate change in encoder

2019-12-03 Thread Liu, Leo
+Boyuan From: Marek Olšák Sent: December 3, 2019 7:21:23 PM To: Sahu, Satyajit ; Liu, Leo Cc: ML Mesa-dev ; Sharma, Deepak Subject: Re: [Mesa-dev] [PATCH] radeonsi: Add support for midstream bitrate change in encoder +Leo On Mon, Dec 2, 2019 at 11:31 PM

[Mesa-dev] [PATCH] ac: add missing Arcturus to the info of pc lines

2019-11-04 Thread Liu, Leo
Signed-off-by: Leo Liu Cc: Marek Olšák --- src/amd/common/ac_gpu_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c index 9caa51cb8b9..0061d2deb01 100644 --- a/src/amd/common/ac_gpu_info.c +++ b/src/amd/common/ac_gpu_info.c @@

Re: [Mesa-dev] radeon/vcn: exclude raven2 from vcn 2.0 encode initialization

2019-09-10 Thread Liu, Leo
Reviewed-by: Leo Liu On 2019-09-10 10:06 a.m., Das, Indrajit-kumar wrote: > From: Indrajit Das > Date: Tue, 10 Sep 2019 14:52:14 +0530 > Subject: [PATCH] radeon/vcn: exclude raven2 from vcn 2.0 encode initialization > > Signed-off-by: Indrajit Das > --- >

[Mesa-dev] [PATCH] radeon/vcn: add RENOIR VCN decode support

2019-09-04 Thread Liu, Leo
It has same VCN2.x block as Navi1x Signed-off-by: Leo Liu --- src/gallium/drivers/radeon/radeon_vcn_dec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_vcn_dec.c b/src/gallium/drivers/radeon/radeon_vcn_dec.c index

Re: [Mesa-dev] [PATCH] radeon/vcn: adding engine type for new fw interface

2019-07-12 Thread Liu, Leo
Reviewed-by Leo Liu On 2019-07-11 5:56 p.m., boyuan.zh...@amd.com wrote: > From: Boyuan Zhang > > Signed-off-by: Boyuan Zhang > --- > src/gallium/drivers/radeon/radeon_vcn_enc.h | 2 ++ > src/gallium/drivers/radeon/radeon_vcn_enc_1_2.c | 1 + >

Re: [Mesa-dev] [PATCH] radeonsi: Expose support for 10 bit VP9 decode

2019-06-27 Thread Liu, Leo
On 2019-06-26 11:56 p.m., Vishwakarma, Pratik wrote: > Fix si_vid_is_format_supported to expose > support for 10-bit VP9 decode using P016 format You could have a better commit message here, like what it will cause by missing this patch. Regards, Leo > > Signed-off-by: Pratik Vishwakarma

Re: [Mesa-dev] [PATCH] radeon/vcn: enable rate control for hevc encoding

2019-06-19 Thread Liu, Leo
Please tag the bugzilla link to the commit messages. With that, the set of patches are Acked-by: Leo Liu On 2019-06-17 3:07 p.m., boyuan.zh...@amd.com wrote: > From: Boyuan Zhang > > Set cu_qp_delta_enable_flag on when rate control is enabled, and it > off when no rate control is disabled

Re: [Mesa-dev] [PATCH] radeon/vcn: fix poc for hevc encode

2019-05-29 Thread Liu, Leo
These 2 patches are: Acked-by: Leo Liu On 5/29/19 2:41 PM, boyuan.zh...@amd.com wrote: > From: Boyuan Zhang > > MaxPicOrderCntLsb should be at least 16 according to the spec, > therefore add minimum value check. > > Also use poc value passed from st instead of calculation > in slice header

Re: [Mesa-dev] [PATCH] radeon/vcn: fix max poc for hevc encode

2019-05-22 Thread Liu, Leo
On 5/17/19 7:54 PM, boyuan.zh...@amd.com wrote: > [CAUTION: External Email] > > From: Boyuan Zhang > > Fix max poc value with hardcoded value until new feature requires > to change this in the future. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110673 > Cc:

Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-14 Thread Liu, Leo
On 2019-05-14 5:29 a.m., Michel Dänzer wrote: > [CAUTION: External Email] > > On 2019-05-09 8:10 p.m., Liu, Leo wrote: >> Since the using output optimization is only for back buffer case >> >> Signed-off-by: Leo Liu >> --- >> src/gallium/auxiliary/vl/vl_

Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-13 Thread Liu, Leo
Ping... On 5/9/19 2:10 PM, Liu, Leo wrote: > Since the using output optimization is only for back buffer case > > Signed-off-by: Leo Liu > --- > src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/auxiliary/

[Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-09 Thread Liu, Leo
Since the using output optimization is only for back buffer case Signed-off-by: Leo Liu --- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri3.c b/src/gallium/auxiliary/vl/vl_winsys_dri3.c index

Re: [Mesa-dev] [PATCH] winsys/amdgpu: add VCN JPEG to no user fence group

2019-05-08 Thread Liu, Leo
On 5/8/19 9:19 AM, Koenig, Christian wrote: > Am 08.05.19 um 15:14 schrieb Liu, Leo: >> On 5/8/19 9:02 AM, Christian König wrote: >>> [CAUTION: External Email] >>> >>> Am 08.05.19 um 14:56 schrieb Liu, Leo: >>>> There is no user fence for JP

Re: [Mesa-dev] [PATCH] winsys/amdgpu: add VCN JPEG to no user fence group

2019-05-08 Thread Liu, Leo
On 5/8/19 9:02 AM, Christian König wrote: > [CAUTION: External Email] > > Am 08.05.19 um 14:56 schrieb Liu, Leo: >> There is no user fence for JPEG, the bug triggering >> kernel WARN_ON(flags & AMDGPU_FENCE_FLAG_64BIT) > > Oh, we are probably going to need

[Mesa-dev] [PATCH] winsys/amdgpu: add VCN JPEG to no user fence group

2019-05-08 Thread Liu, Leo
There is no user fence for JPEG, the bug triggering kernel WARN_ON(flags & AMDGPU_FENCE_FLAG_64BIT) Signed-off-by: Leo Liu Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH 2/3] radeon/vce:Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-11 Thread Liu, Leo
On 2019-04-11 6:36 a.m., Sahu, Satyajit wrote: > From: suresh guttula > > This patch will add support for frame_cropping when the input size is not > matched with aligned size. Currently vaapi driver ignores frame cropping > values provided by client. This change will update SPS nalu with proper

Re: [Mesa-dev] [PATCH] gallium: Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-09 Thread Liu, Leo
On 4/9/19 12:23 AM, Sahu, Satyajit wrote: > On 4/9/2019 12:34 AM, Liu, Leo wrote: >> On 4/8/19 1:17 AM, Sahu, Satyajit wrote: >>> From: suresh guttula >>> >>> This patch will add support for frame_cropping when the input size is not >>> matched with

Re: [Mesa-dev] [PATCH] gallium: Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-08 Thread Liu, Leo
On 4/8/19 1:17 AM, Sahu, Satyajit wrote: > From: suresh guttula > > This patch will add support for frame_cropping when the input size is not > matched with aligned size. Currently vaapi driver ignores frame cropping > values provided by client. This change will update SPS nalu with proper >

[Mesa-dev] [PATCH] radeon/vcn/vp9: search the render target from the whole list

2019-03-28 Thread Liu, Leo
The number of render targets could be more than max of references, so we search the full list of the render pictures for the current render target index https://bugs.freedesktop.org/show_bug.cgi?id=109648 Signed-off-by: Leo Liu Cc: --- src/gallium/drivers/radeon/radeon_vcn_dec.c | 2 +- 1

[Mesa-dev] [PATCH] radeon/vcn: add H.264 constrained baseline support

2019-03-26 Thread Liu, Leo
VCN supports this profile as well as UVD, so add it Signed-off-by: Leo Liu CC: --- src/gallium/drivers/radeon/radeon_vcn_dec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/radeon/radeon_vcn_dec.c b/src/gallium/drivers/radeon/radeon_vcn_dec.c index

Re: [Mesa-dev] [PATCH] vl/dri3: remove the wait before getting back buffer

2019-03-21 Thread Liu, Leo
On 2019-03-20 1:56 p.m., Michel Dänzer wrote: > On 2019-03-20 4:42 p.m., Liu, Leo wrote: >> The wait here is unnecessary since we got a pool of back buffers, >> and the wait for swap buffer will happen before the present pixmap, >> at the same time the previous back bu

Re: [Mesa-dev] [PATCH] vl/dri3: remove the wait before getting back buffer

2019-03-21 Thread Liu, Leo
Thanks, Leo > > Regards > //Ernst > > Den ons 20 mars 2019 kl 16:42 skrev Liu, Leo : >> The wait here is unnecessary since we got a pool of back buffers, >> and the wait for swap buffer will happen before the present pixmap, >> at the same time the previo

[Mesa-dev] [PATCH] vl/dri3: remove the wait before getting back buffer

2019-03-20 Thread Liu, Leo
The wait here is unnecessary since we got a pool of back buffers, and the wait for swap buffer will happen before the present pixmap, at the same time the previous back buffer will be put back to pool for reuse after the check for PresentIdleNotify event Signed-off-by: Leo Liu ---

Re: [Mesa-dev] [PATCH 3/3] gallium/auxiliary/vl: Change weave compute shader implementation

2019-03-13 Thread Liu, Leo
On 3/12/19 11:12 AM, Zhu, James wrote: > Use 2D_ARRARY instead of RECT to fetch texels for weave compute > shader. > > Problem 2,3: Fixed interpolation issue with weave de-interlace > > Fixes: 9364d66cb7f7 (Add video compositor compute shader render) > Bugzilla:

Re: [Mesa-dev] [PATCH 1/3] gallium: add pipe_grid_info::last_block

2019-03-01 Thread Liu, Leo
Series are: Acked-by: Leo Liu On 2/27/19 5:19 PM, Marek Olšák wrote: > From: Marek Olšák > > The OpenMAX state tracker will use this. > > RadeonSI is adapted to use pipe_grid_info::last_block instead of its > internal state. > --- > src/gallium/auxiliary/util/u_screen.c | 3 +++ >

Re: [Mesa-dev] [PATCH v3] gallium/auxiliary/vl: Fix transparent issue on compute shader with rgba

2019-02-20 Thread Liu, Leo
Reviewed-by: Leo Liu On 2019-02-15 4:19 p.m., Zhu, James wrote: > Fixes: 9364d66cb7f7 (Add video compositor compute shader render) > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109646 > Problem 1,4: they are caused by imcomplete blend comute shader > implementation. So Reverts rgba

Re: [Mesa-dev] [PATCH] gallium/auxiliary/vl: Revert rgba back to frament shader

2019-02-15 Thread Liu, Leo
On 2/15/19 3:42 PM, Zhu, James wrote: > Bugzilla Bug 109646 - New video compositor compute shader render glitches mpv > Problem 1,4: they are caused by imcomplete blend compute shader > implementation. So Revert rgba back to frament shader. Please refer to other commit message to put Bugzilla

Re: [Mesa-dev] [PATCH v5 5/5] gallium/auxiliary/vl: Add video compositor compute shader render

2019-02-12 Thread Liu, Leo
On 2/12/19 10:35 AM, Zhu, James wrote: > Add compute shader initilization, assign and cleanup in vl_compositor API. > Set video compositor compute shader render as default when pipe support it. > > Signed-off-by: James Zhu > Reviewed-by: Christian König > --- >

[Mesa-dev] [PATCH 1/2] st/va: fix the incorrect max profiles report

2019-02-08 Thread Liu, Leo
Add "PIPE_VIDEO_PROFILE_MAX" to enum, so it will make sure here will be correct when adding more profiles in the future. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109107 Signed-off-by: Leo Liu Cc: 19.0 --- src/gallium/include/pipe/p_video_enums.h | 3 ++-

[Mesa-dev] [PATCH 2/2] st/va/vp9: set max reference as default of VP9 reference number

2019-02-08 Thread Liu, Leo
If there is no information about number of render targets Signed-off-by: Leo Liu Cc: 19.0 --- src/gallium/state_trackers/va/picture_vp9.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/va/picture_vp9.c

Re: [Mesa-dev] [PATCH] st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_FAILED

2019-02-07 Thread Liu, Leo
VA spec regarding VAImage: This operation is only possible on implementations with  * direct rendering capabilities and internal surface formats that can be  * represented with a VAImage. When the operation is not possible this interface  * will return VA_STATUS_ERROR_OPERATION_FAILED.

Re: [Mesa-dev] [Bug 109107] gallium/st/va: change va max_profiles when using Radeon VCN Hardware

2019-02-05 Thread Liu, Leo
I'll take a look and update Bugzilla accordingly. Cheers, Leo On 2/1/19 3:59 PM, Mihai wrote: Hi, I am not sure if this is related with regards to what is causing hardware accelerated decoding on my Raven laptop not to work. Fedora repos: che-mesa, rpmfusion, fedora-rawhide-kernel-nodebug

Re: [Mesa-dev] [PATCH 6/6] gallium\auxiliary\vl: Add video compute shader render

2019-02-04 Thread Liu, Leo
On 2/1/19 11:38 AM, Christian König wrote: > Am 01.02.19 um 17:28 schrieb Zhu, James: >> Add video compute shader render. export CS_COMPOSITOR_RENDER=true >> to enable video compute shader render. > > Ok that actually makes more sense, but I would either put everything > into one file or cleanly

Re: [Mesa-dev] [PATCH 3/6] gallium\auxiliary\vl: Add compute shader to support video compositor render

2019-02-04 Thread Liu, Leo
On 2/1/19 11:28 AM, Zhu, James wrote: > Add compute shader to support video compositor render. > > Signed-off-by: James Zhu > --- > src/gallium/auxiliary/Makefile.sources | 2 + > src/gallium/auxiliary/meson.build | 2 + > src/gallium/auxiliary/vl/vl_compositor_cs.c | 414

Re: [Mesa-dev] st/va: Return correct status from vlVaQuerySurfaceStatus

2019-01-04 Thread Liu, Leo
Please add some commit messages. With that, the patch is Reviewed-by: Leo Liu On 1/3/19 5:20 AM, Das, Indrajit-kumar wrote: > From: Indrajit Das > Date: Thu, 3 Jan 2019 14:36:33 +0530 > Subject: [PATCH] st/va: Return correct status from vlVaQuerySurfaceStatus > > Signed-off-by: Indrajit Das >

Re: [Mesa-dev] [PATCH] pci_ids: add new VegaM pci id

2018-12-21 Thread Liu, Leo
Reviewed-by: Leo Liu On 12/21/18 11:36 AM, Alex Deucher wrote: > Ping? > > On Thu, Dec 20, 2018 at 10:13 AM Alex Deucher wrote: >> Signed-off-by: Alex Deucher >> Cc: mesa-sta...@lists.freedesktop.org >> --- >> include/pci_ids/radeonsi_pci_ids.h | 1 + >> 1 file changed, 1 insertion(+) >> >>

Re: [Mesa-dev] [PATCH] radeonsi: fix video APIs on Raven2

2018-11-14 Thread Liu, Leo
Reviewed-by: Leo Liu On 11/13/18 6:51 PM, Marek Olšák wrote: > From: Marek Olšák > > This was missed when I added the new enum. > > Cc: 18.3 > --- > src/gallium/drivers/radeonsi/si_get.c | 9 ++--- > src/gallium/drivers/radeonsi/si_uvd.c | 3 ++- > 2 files changed, 8 insertions(+), 4

[Mesa-dev] [PATCH] amd/common: check DRM version 3.27 for JPEG decode

2018-10-23 Thread Liu, Leo
JPEG was added after DRM version 3.26 Signed-off-by: Leo Liu Fixes: 4558758c51749(amd/common: add vcn jpeg ip info query) Cc: Boyuan Zhang Cc: Alex Smith --- src/amd/common/ac_gpu_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/ac_gpu_info.c

Re: [Mesa-dev] [PATCH 02/15] meson: update required amdgpu version to 2.4.95

2018-10-18 Thread Liu, Leo
On 2018-10-17 3:03 p.m., boyuan.zh...@amd.com wrote: > From: Boyuan Zhang > > VCN jpeg requires new hw ip Patch 1 & 2 are: Reviewed-by: Leo Liu > > Signed-off-by: Boyuan Zhang > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build

Re: [Mesa-dev] [PATCH] st/va: use provided sizes and coords for getimage

2018-10-05 Thread Liu, Leo
Reviewed-by: Leo Liu -Original Message- From: Zhang, Boyuan Sent: Friday, October 05, 2018 12:01 PM To: mesa-dev@lists.freedesktop.org Cc: Liu, Leo ; imir...@alum.mit.edu; ckoenig.leichtzumer...@gmail.com; Zhang, Boyuan Subject: [PATCH] st/va: use provided sizes and coords

Re: [Mesa-dev] [PATCH 2/3] st/omx: add support for nouveau / interlaced

2016-06-27 Thread Liu, Leo
anks, Leo From: Julien Isorce <julien.iso...@gmail.com> Sent: June 27, 2016 4:54:07 PM To: Liu, Leo Cc: ML mesa-dev; Gurkirpal Singh; Koenig, Christian Subject: Re: [Mesa-dev] [PATCH 2/3] st/omx: add support for nouveau / interlaced Hi Leo, Sorry for the inconvenience, could

Re: [Mesa-dev] [PATCH] st/omx: straighten get/put_screen

2015-11-09 Thread Liu, Leo
>-Original Message- >From: Emil Velikov [mailto:emil.l.veli...@gmail.com] >Sent: Monday, November 09, 2015 1:34 PM >To: Liu, Leo >Cc: mesa-dev@lists.freedesktop.org >Subject: Re: [PATCH] st/omx: straighten get/put_screen > >On 9 November 2015 at 15:22, Liu, Leo

Re: [Mesa-dev] [PATCH] st/omx: straighten get/put_screen

2015-11-09 Thread Liu, Leo
>-Original Message- >From: Emil Velikov [mailto:emil.l.veli...@gmail.com] >Sent: Monday, November 09, 2015 8:17 AM >To: mesa-dev@lists.freedesktop.org >Cc: emil.l.veli...@gmail.com; Liu, Leo >Subject: [PATCH] st/omx: straighten get/put_screen > >The current co

Re: [Mesa-dev] [PATCH 4/4] st/omx: add headless support

2015-11-06 Thread Liu, Leo
Hi Emil, >Shorten the variable name - OMX_RENDER_NODE ? debug_get_option is only >available on debug builds so better use getenv. > The debug_get_*_option() functions are used all around mesa, and functions are explicitly preferred to working with getenv() directly. Regards, Leo

Re: [Mesa-dev] [PATCH 2/4] vl: add drm support for vl_screen

2015-11-06 Thread Liu, Leo
>> +#if GALLIUM_STATIC_TARGETS >> + vscreen->pscreen = dd_create_screen(fd); >> +#else >> + if (pipe_loader_drm_probe_fd(>dev, fd)) { >Add a dup() in the above. So that it reads > >if (pipe_loader_drm_probe_fd(>dev, dup(fd))) { > The dup is handled is in st/va/context.c before calling

Re: [Mesa-dev] [PATCH] st/va: add mpeg4 startcode workaround

2015-11-05 Thread Liu, Leo
+Boyuan, forgot to Cc him when I sent. Regards, Leo >-Original Message- >From: Emil Velikov [mailto:emil.l.veli...@gmail.com] >Sent: Thursday, November 05, 2015 7:00 PM >To: Liu, Leo >Cc: ML mesa-dev >Subject: Re: [Mesa-dev] [PATCH] st/va: add mpeg4 startcode workaroun

Re: [Mesa-dev] [PATCH 4/4] st/omx: add headless support

2015-11-05 Thread Liu, Leo
>-Original Message- >From: Emil Velikov [mailto:emil.l.veli...@gmail.com] >Sent: Thursday, November 05, 2015 6:30 PM >To: Liu, Leo >Cc: ML mesa-dev >Subject: Re: [Mesa-dev] [PATCH 4/4] st/omx: add headless support > >On 5 November 2015 at 18:47, Leo Liu

Re: [Mesa-dev] [PATCH] st/omx/dec/h264: fix field picture type 0 poc disorder

2015-10-19 Thread Liu, Leo
Ping... >-Original Message- >From: Liu, Leo >Sent: Wednesday, October 14, 2015 2:49 PM >To: mesa-dev@lists.freedesktop.org >Cc: Liu, Leo; 10.6 11.0 >Subject: [PATCH] st/omx/dec/h264: fix field picture type 0 poc disorder > >Signed-off-by: Leo Liu <leo@amd.

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-10-01 Thread Liu, Leo
Hi Emil, Any comments on V4 Thanks, Leo -Original Message- From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of Liu, Leo Sent: Monday, September 29, 2014 12:30 PM To: Emil Velikov Cc: mesa-dev@lists.freedesktop.org; Koenig, Christian Subject: Re: [Mesa-dev

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-29 Thread Liu, Leo
Hi Emil, Thanks for the explanation. V4 has been sent, please review. Thanks, Leo -Original Message- From: Emil Velikov [mailto:emil.l.veli...@gmail.com] Sent: Monday, September 29, 2014 12:27 PM To: Liu, Leo Cc: mesa-dev@lists.freedesktop.org; Koenig, Christian Subject: Re: [Mesa-dev

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-28 Thread Liu, Leo
Hi Emil, -Original Message- From: Emil Velikov [mailto:emil.l.veli...@gmail.com] Sent: Sunday, September 28, 2014 4:43 PM To: Liu, Leo; mesa-dev@lists.freedesktop.org Cc: emil.l.veli...@gmail.com; Koenig, Christian Subject: Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

Re: [Mesa-dev] [PATCH v2 6/6] st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image

2014-09-28 Thread Liu, Leo
Hi Ilia, -Original Message- From: ibmir...@gmail.com [mailto:ibmir...@gmail.com] On Behalf Of Ilia Mirkin Sent: Friday, September 26, 2014 4:37 PM To: Liu, Leo Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH v2 6/6] st/va: implement vlVa(Query|Create|Get|Put|Destroy

Re: [Mesa-dev] [PATCH 6/6] st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image

2014-09-25 Thread Liu, Leo
Hi Emil, Sorry for that. Get incorrect after some rebase for patch 2 context.c + ctx-max_image_formats = 1; That should be 4 Thanks, Leo -Original Message- From: Emil Velikov [mailto:emil.l.veli...@gmail.com] Sent: Thursday, September 25, 2014 8:29 AM To: Liu, Leo; mesa-dev

Re: [Mesa-dev] [PATCH 2/6] st/va: skeleton VAAPI state tracker

2014-09-25 Thread Liu, Leo
Makefile.am to reflect reality :) Signed-off-by: Christian König christian.koe...@amd.com Signed-off-by: Leo Liu leo@amd.com diff --git a/configure.ac b/configure.ac index 87c616b..5d363d7 100644 --- a/configure.ac +++ b/configure.ac [...] +AC_ARG_WITH([va-libdir], +[AS_HELP_STRING

Re: [Mesa-dev] [PATCH 6/6] st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image

2014-09-25 Thread Liu, Leo
Hi Gwenole, -Original Message- From: Gwenole Beauchesne [mailto:gb.de...@gmail.com] Sent: Thursday, September 25, 2014 7:41 AM To: Liu, Leo Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH 6/6] st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image Hi, 2014-09-23 18

Re: [Mesa-dev] [PATCH 2/6] st/va: skeleton VAAPI state tracker

2014-09-24 Thread Liu, Leo
Hi Emil, -Original Message- From: Emil Velikov [mailto:emil.l.veli...@gmail.com] Sent: Tuesday, September 23, 2014 3:49 PM To: Liu, Leo; mesa-dev@lists.freedesktop.org Cc: emil.l.veli...@gmail.com; Koenig, Christian Subject: Re: [Mesa-dev] [PATCH 2/6] st/va: skeleton VAAPI state tracker

Re: [Mesa-dev] [PATCH 5/5] radeon/vce: set number of cpbs based on level

2014-06-12 Thread Liu, Leo
Fixed. Thanks for the review. My account is still not activated. Leo -Original Message- From: Christian König [mailto:deathsim...@vodafone.de] Sent: Thursday, June 12, 2014 12:35 PM To: Liu, Leo; mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH 5/5] radeon/vce: set number

Re: [Mesa-dev] [PATCH] Revert radeon: just don't map VRAM buffers at all

2014-04-02 Thread Liu, Leo
and this patch wouldn't be needed. Marek On Wed, Apr 2, 2014 at 3:30 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Wed, Apr 2, 2014 at 9:09 AM, Leo Liu leo@amd.com wrote: From: Leo Liu leo@amd.com This reverts commit 96e8b916a7a39a9ba58e92d1ad77b5501de63ac7. In the case of VCE

Re: [Mesa-dev] [PATCH] st/omx: always advertise all components

2014-03-03 Thread Liu, Leo
From: Christian König christian.koe...@amd.com Reviewed-by: Leo Liu leo@amd.com omx_component_library_Setup should return all entrypoints the library implements, independent of what is available on the current hardware. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74944 Signed-off