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

2020-01-06 Thread Sahu, Satyajit
Thanks Michel. I could able to submit new merge request. On 1/6/2020 2:01 PM, Michel Dänzer wrote: [CAUTION: External Email] On 2020-01-06 6:14 a.m., Sahu, Satyajit wrote: Hi Michel, I tried with git push. It is failing with below error remote: You are not allowed to push code

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

2020-01-05 Thread Sahu, Satyajit
wrote: [CAUTION: External Email] On 2020-01-03 10:06 a.m., Sahu, Satyajit wrote: I do not find new merge request option in the merge request page. Do I need to have some specific access to create new merge request. No, just being logged into your GitLab account should be enough. Note that it's

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

2020-01-03 Thread Sahu, 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 parameters for encoder Set proper cropping parameter if frame cropping is enabled Signed-off-by: Satyajit Sahu diff --git

Re: [Mesa-dev] [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
Kindly Ignore this. Sent to wrong mailing list. Sent another email to correct mailing list. Regards, Satyajit On 4/30/2019 4:15 PM, Sahu, Satyajit wrote: > [CAUTION: External Email] > > Query the max uvd handles and used uvd handles. > > Signed-off-by: Satyajit Sahu > --- &

[Mesa-dev] [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
Query the max uvd handles and used uvd handles. Signed-off-by: Satyajit Sahu --- amdgpu/amdgpu.h | 14 ++ amdgpu/amdgpu_gpu_info.c | 15 +++ 2 files changed, 29 insertions(+) diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h index c44a495a..407b5fae 100644 ---

[Mesa-dev] [PATCH] gallium: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
Query the uvd handles info. If the used uvd handles are equals to max possible handles then return error. Signed-off-by: Satyajit Sahu --- src/gallium/drivers/radeon/radeon_winsys.h| 1 + src/gallium/drivers/radeonsi/si_get.c | 8 src/gallium/include/pipe/p_screen.h

[Mesa-dev] [PATCH 1/3] vl: Add cropping flags for H264

2019-04-14 Thread Sahu, Satyajit
From: suresh guttula This patch adds cropping flags for H264 in pipe_h264_enc_pic_control. Signed-off-by: Satyajit Sahu Reviewed-by: Leo Liu --- src/gallium/include/pipe/p_video_state.h | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/include/pipe/p_video_state.h

[Mesa-dev] [PATCH 3/3] st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-14 Thread Sahu, Satyajit
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 cropping values. Signed-off-by: Satyajit Sahu

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

2019-04-14 Thread Sahu, Satyajit
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 cropping values. v2: Moving default crop setting to

[Mesa-dev] [PATCH 1/3] vl: Add cropping flags for H264

2019-04-11 Thread Sahu, Satyajit
From: suresh guttula This patch adds cropping flags for H264 in pipe_h264_enc_pic_control. Signed-off-by: Satyajit Sahu --- src/gallium/include/pipe/p_video_state.h | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/include/pipe/p_video_state.h

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

2019-04-11 Thread Sahu, Satyajit
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 cropping values. v2: Moving default crop setting to

[Mesa-dev] [PATCH 3/3] st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-11 Thread Sahu, Satyajit
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 cropping values. Signed-off-by: Satyajit Sahu ---

[Mesa-dev] [PATCH 1/3] vl: Add cropping flags for H264

2019-04-11 Thread Sahu, Satyajit
From: suresh guttula This patch adds cropping flags for H264 in pipe_h264_enc_pic_control. Signed-off-by: Satyajit Sahu --- src/gallium/include/pipe/p_video_state.h | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/include/pipe/p_video_state.h

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

2019-04-11 Thread Sahu, Satyajit
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 cropping values. Signed-off-by: Satyajit Sahu ---

[Mesa-dev] [PATCH 3/3] st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-11 Thread Sahu, Satyajit
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 cropping values. Signed-off-by: Satyajit Sahu ---

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

2019-04-08 Thread Sahu, Satyajit
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 aligned size. Currently vaapi driver ignores frame cropping &

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

2019-04-07 Thread Sahu, Satyajit
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 cropping values. Signed-off-by: suresh guttula

Re: [Mesa-dev] [PATCH v2] radeonsi: Adding tiled to linear conversion functionality

2017-11-28 Thread Sahu, Satyajit
On 11/28/2017 9:33 PM, Nicolai Hähnle wrote: On 28.11.2017 09:34, Sahu, Satyajit wrote: [snip] --- a/src/gallium/targets/dri/dri.sym +++ b/src/gallium/targets/dri/dri.sym @@ -4,6 +4,11 @@   __driDriverGetExtensions*;   nouveau_drm_screen_create

Re: [Mesa-dev] [PATCH v2] radeonsi: Adding tiled to linear conversion functionality

2017-11-28 Thread Sahu, Satyajit
On 11/27/2017 5:26 PM, Nicolai Hähnle wrote: On 24.11.2017 06:22, Satyajit Sahu wrote: Add tiled to linear conversion and expose outside mesa. This function converts tiled image to linear and vice versa. One of the use-case is, a chromiumos test case where the captured fb is compared against

Re: [Mesa-dev] [PATCH] Adding tiled to linear conversion functionality

2017-11-24 Thread Sahu, Satyajit
On 11/23/2017 9:40 PM, Ilia Mirkin wrote: On Wed, Nov 22, 2017 at 6:00 AM, Satyajit Sahu wrote: Add tiled to linear conversion and expose outside mesa. Also exposing the create compute and destroy surface fucntions outside. typo: functions Done Change-Id: