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 4/4] media: venus: Update core selection

2019-07-29 Thread Stanimir Varbanov
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 Masule > --- >

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

2019-07-22 Thread Aniket Masule
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 --- drivers/media/platform/qcom/venus/helpers.c| 69 +++---