Re: [PATCH v2 4/8] venus: helpers: Calculate properly compressed buffer size

2020-11-29 Thread Stanimir Varbanov
On 11/29/20 8:07 AM, Fritz Koenig wrote: > On Wed, Nov 11, 2020 at 6:38 AM Stanimir Varbanov > wrote: >> >> For resolutions below 720p the size of the compressed buffer must >> be bigger. Correct this by checking the resolution when calculating >> buffer size and multiply by four. > > I'm conf

Re: [PATCH v2 4/8] venus: helpers: Calculate properly compressed buffer size

2020-11-28 Thread Fritz Koenig
On Wed, Nov 11, 2020 at 6:38 AM Stanimir Varbanov wrote: > > For resolutions below 720p the size of the compressed buffer must > be bigger. Correct this by checking the resolution when calculating > buffer size and multiply by four. I'm confused because the commit message doesn't appear to line u

[PATCH v2 4/8] venus: helpers: Calculate properly compressed buffer size

2020-11-11 Thread Stanimir Varbanov
For resolutions below 720p the size of the compressed buffer must be bigger. Correct this by checking the resolution when calculating buffer size and multiply by four. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/helpers.c | 2 ++ 1 file changed, 2 insertions(+) diff -