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 to this
hel Dänzer 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
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 a
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
> ---
&
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
--- a/am
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
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
b/src/ga
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
Reviewed-
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 else
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
b/src/gallium/include/pipe/p_v
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 else
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
---
src/
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
b/src/gallium/include/pipe/p_v
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
---
src/
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
---
src/
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
>>
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
Signed-o
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
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
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: Ie464ba0eac5d80048797bef1f6ad730
20 matches
Mail list logo