Re: [PATCH 01/12] media: hantro: Fix H264 max frmsize supported on RK3288

2019-09-09 Thread Jonas Karlman
On 2019-09-04 15:07, Ezequiel Garcia wrote: > Hello Jonas, > > Thank you for the patch. > > On Sun, 2019-09-01 at 12:45 +, Jonas Karlman wrote: >> TRM specify supported image size 48x48 to 4096x2304 at step size 16 pixels, >> change frmsize max_width/max_height to match TRM. >> > The RK3288 TRM

Re: [PATCH 01/12] media: hantro: Fix H264 max frmsize supported on RK3288

2019-09-04 Thread Ezequiel Garcia
Hello Jonas, Thank you for the patch. On Sun, 2019-09-01 at 12:45 +, Jonas Karlman wrote: > TRM specify supported image size 48x48 to 4096x2304 at step size 16 pixels, > change frmsize max_width/max_height to match TRM. > The RK3288 TRM v1.1 (2015-8-20) I have here mentions a maximum of 384

[PATCH 01/12] media: hantro: Fix H264 max frmsize supported on RK3288

2019-09-01 Thread Jonas Karlman
TRM specify supported image size 48x48 to 4096x2304 at step size 16 pixels, change frmsize max_width/max_height to match TRM. Fixes: 760327930e10 ("media: hantro: Enable H264 decoding on rk3288") Signed-off-by: Jonas Karlman --- drivers/staging/media/hantro/rk3288_vpu_hw.c | 4 ++-- 1 file chang