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

2019-12-24 Thread Satyajit Sahu
Set proper cropping parameter if frame cropping is enabled Signed-off-by: Satyajit Sahu diff --git a/src/gallium/drivers/radeon/radeon_vcn_enc.c b/src/gallium/drivers/radeon/radeon_vcn_enc.c index aa9182f273b..0bcce867327 100644 --- a/src/gallium/drivers/radeon/radeon_vcn_enc.c +++ b/src

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

2019-12-02 Thread Satyajit Sahu
Added support for bitrate change in between encoding. Signed-off-by: Satyajit Sahu diff --git a/src/gallium/drivers/radeon/radeon_vce.c b/src/gallium/drivers/radeon/radeon_vce.c index 84d3c1e2fa4..7d7a2fa4eb3 100644 --- a/src/gallium/drivers/radeon/radeon_vce.c +++ b/src/gallium/drivers/radeon

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

2017-11-23 Thread Satyajit Sahu
. Also exposing create, compute and destroy surface functions outside. These functions are also used when accessing addrlib outside of mesa. Signed-off-by: Satyajit Sahu <satyajit.s...@amd.com> --- src/amd/Makefile.common.am | 4 ++ src/amd/common/ac_gpu_info.c| 2 + src/amd/

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

2017-11-23 Thread Satyajit Sahu
Add tiled to linear conversion and expose outside mesa. Also exposing the create compute and destroy surface fucntions outside. Change-Id: Ie464ba0eac5d80048797bef1f6ad730c22947601 Signed-off-by: Satyajit Sahu <satyajit.s...@amd.com> --- src/amd/Makefile.common.am | 4 ++ src/amd/