Re: [PATCH v6 3/4] media: venus: Update to bitrate based clock scaling

2019-08-26 Thread amasule
Hi Stan, On 2019-07-29 17:08, Stanimir Varbanov wrote: Hi, On 7/22/19 12:07 PM, Aniket Masule wrote: Introduced clock scaling using bitrate, preavious calculations consider only the cycles per mb. Also, clock scaling is now triggered before every buffer being queued to the device. This helps

Re: [PATCH v6 3/4] media: venus: Update to bitrate based clock scaling

2019-07-29 Thread Stanimir Varbanov
Hi, On 7/22/19 12:07 PM, Aniket Masule wrote: > Introduced clock scaling using bitrate, preavious > calculations consider only the cycles per mb. > Also, clock scaling is now triggered before every > buffer being queued to the device. This helps in > deciding precise clock cycles required. > >

Re: [PATCH v6 3/4] media: venus: Update to bitrate based clock scaling

2019-07-29 Thread Stanimir Varbanov
On 7/22/19 12:07 PM, Aniket Masule wrote: > Introduced clock scaling using bitrate, preavious > calculations consider only the cycles per mb. > Also, clock scaling is now triggered before every > buffer being queued to the device. This helps in > deciding precise clock cycles required. > >

[PATCH v6 3/4] media: venus: Update to bitrate based clock scaling

2019-07-22 Thread Aniket Masule
Introduced clock scaling using bitrate, preavious calculations consider only the cycles per mb. Also, clock scaling is now triggered before every buffer being queued to the device. This helps in deciding precise clock cycles required. Signed-off-by: Aniket Masule ---