Re: [PATCH] media: staging: imgu: make imgu work on low frequency for low input

2019-08-16 Thread Bingbu Cao
On 8/16/19 3:07 PM, Tomasz Figa wrote: > On Fri, Aug 16, 2019 at 3:52 PM Bingbu Cao wrote: >> >> Hi, Tomasz >> >> Thanks for your review. >> >> On 8/16/19 2:10 PM, Tomasz Figa wrote: >>> Hi Bingbu, >>> >>> On Fri, Aug 16, 2019 at 12:25 PM wrote: From: Bingbu Cao Currently,

Re: [PATCH] media: staging: imgu: make imgu work on low frequency for low input

2019-08-16 Thread Tomasz Figa
On Fri, Aug 16, 2019 at 3:52 PM Bingbu Cao wrote: > > Hi, Tomasz > > Thanks for your review. > > On 8/16/19 2:10 PM, Tomasz Figa wrote: > > Hi Bingbu, > > > > On Fri, Aug 16, 2019 at 12:25 PM wrote: > >> > >> From: Bingbu Cao > >> > >> Currently, imgu is working on 450MHz for all cases, however

Re: [PATCH] media: staging: imgu: make imgu work on low frequency for low input

2019-08-15 Thread Bingbu Cao
Hi, Tomasz Thanks for your review. On 8/16/19 2:10 PM, Tomasz Figa wrote: > Hi Bingbu, > > On Fri, Aug 16, 2019 at 12:25 PM wrote: >> >> From: Bingbu Cao >> >> Currently, imgu is working on 450MHz for all cases, however >> in some cases (input frame less than 2.3MP), the imgu >> did not need w

Re: [PATCH] media: staging: imgu: make imgu work on low frequency for low input

2019-08-15 Thread Tomasz Figa
Hi Bingbu, On Fri, Aug 16, 2019 at 12:25 PM wrote: > > From: Bingbu Cao > > Currently, imgu is working on 450MHz for all cases, however > in some cases (input frame less than 2.3MP), the imgu > did not need work in high frequency. > This patch make imgu work on 200MHz if the imgu input > frame i

[PATCH] media: staging: imgu: make imgu work on low frequency for low input

2019-08-15 Thread bingbu . cao
From: Bingbu Cao Currently, imgu is working on 450MHz for all cases, however in some cases (input frame less than 2.3MP), the imgu did not need work in high frequency. This patch make imgu work on 200MHz if the imgu input frame is less than 2.3MP to save power. Signed-off-by: Bingbu Cao --- dr