Re: [PATCH v6 4/4] media: venus: Update core selection

2019-08-26 Thread amasule
Hi, On 2019-07-29 15:16, Stanimir Varbanov wrote: Hi, On 7/22/19 12:07 PM, Aniket Masule wrote: Present core assignment is static. Introduced load balancing across the cores. Load on earch core is calculated and core with minimum load is assigned to given instance. Signed-off-by: Aniket

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 2/4] media: venus: Update clock scaling

2019-08-26 Thread amasule
Hi Stan, On 2019-07-29 14:05, Stanimir Varbanov wrote: Hi Aniket, On 7/22/19 12:07 PM, Aniket Masule wrote: Current clock scaling calculations are same for vpu4 and previous versions. For vpu4, Clock scaling calculations are updated with cycles/mb. This helps in getting precise clock

Re: [PATCH v4 4/4] media: venus: Update core selection

2019-07-15 Thread amasule
On 2019-07-15 21:30, Stanimir Varbanov wrote: Hi, On 7/2/19 5:46 PM, Aniket Masule wrote: Present core assignment is static. Introduced load balancing across the cores. Load on earch core is calculated and core with minimum load is assigned to given instance. Signed-off-by: Aniket Masule ---

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

2019-07-15 Thread amasule
Hi, On 2019-07-15 21:28, Stanimir Varbanov wrote: Hi, On 7/2/19 5:46 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

Re: [PATCH] media: venus: Update to bitrate based clock scaling

2019-07-01 Thread amasule
Hi Stan, On 2019-07-01 21:15, Stanimir Varbanov wrote: Hi Aniket, On 6/26/19 11:23 AM, Aniket Masule wrote: Introduced clock scaling using bitrate, current calculations consider only the cycles per mb. Also, clock scaling is now triggered before every buffer being queued to the device. This

Re: [PATCH v3 4/4] media: venus: Update core selection

2019-07-01 Thread amasule
Hi Stan, On 2019-07-01 19:28, Stanimir Varbanov wrote: Hi, On 6/25/19 7:27 PM, Aniket Masule wrote: Present core assignment is static. Introduced load balancing across the cores. Load on earch core is calculated and core with minimum load is assigned to given instance. Signed-off-by: Aniket

Re: [PATCH v3 2/4] media: venus: Update clock scaling

2019-07-01 Thread amasule
Hi Stan, On 2019-07-01 18:41, Stanimir Varbanov wrote: On 6/25/19 7:27 PM, Aniket Masule wrote: Current clock scaling calculations are same for vpu4 and previous versions. For vpu4, Clock scaling calculations are updated with cycles/mb. This helps in getting precise clock required.

Re: [PATCH v3 1/4] media: venus: Add codec data table

2019-07-01 Thread amasule
Hi Stan, On 2019-07-01 17:13, Stanimir Varbanov wrote: On 6/25/19 7:27 PM, Aniket Masule wrote: Add vpp cycles for for different types of codec It indicates the cycles required by video hardware to process each macroblock. Initialize the codec data with core resources. Signed-off-by: Aniket

Re: [PATCH 5/5] media: venus: Update core selection

2019-06-20 Thread amasule
On 2019-06-17 14:37, Stanimir Varbanov wrote: Hi Aniket, On 6/11/19 9:05 AM, Aniket Masule wrote: Present core assignment is static. Introduced load balancing across the cores. Load on earch core is calculated and core with minimum load is assigned to given instance. Signed-off-by: Aniket

Re: [PATCH 3/5] media: venus: Update clock scaling

2019-06-20 Thread amasule
Hi Stan, On 2019-06-17 14:28, Stanimir Varbanov wrote: Hi Aniket, On 6/11/19 9:05 AM, Aniket Masule wrote: Current clock scaling calculations are same for vpu4 and previous versions. For vpu4, Clock scaling calculations are updated with cycles/mb. This helps in getting precise clock required.

Re: [PATCH 2/5] media: venus: Initialize codec data

2019-06-20 Thread amasule
Hi Stan, On 2019-06-17 14:07, Stanimir Varbanov wrote: Hi Aniket, On 6/11/19 9:05 AM, Aniket Masule wrote: Initialize the codec data with core resources. Please squash this patch in 1/5 patch. Yes Stan. Signed-off-by: Aniket Masule --- drivers/media/platform/qcom/venus/helpers.c | 30

Re: [PATCH 1/5] media: venus: Add codec data table

2019-06-20 Thread amasule
Hi Stan, On 2019-06-17 14:07, Stanimir Varbanov wrote: Hi Aniket, On 6/11/19 9:05 AM, Aniket Masule wrote: Add vpp cycles for for different types of codec It indicates the cycles required by video hardware to process each macroblock. Signed-off-by: Aniket Masule ---