Re: [PATCH V2] venus: fix multiple encoder crash

2020-06-01 Thread Doug Anderson
Hi, On Thu, Apr 30, 2020 at 11:28 PM Mansur Alisha Shaik wrote: > > Currently we are considering the instances which are available > in core->inst list for load calculation in min_loaded_core() > function, but this is incorrect because by the time we call > decide_core() for second instance, the

[PATCH V2] venus: fix multiple encoder crash

2020-04-30 Thread Mansur Alisha Shaik
Currently we are considering the instances which are available in core->inst list for load calculation in min_loaded_core() function, but this is incorrect because by the time we call decide_core() for second instance, the third instance not filled yet codec_freq_data pointer. Solve this by consid