Re: [PATCH v3 12/17] media: venus: core: Add support for opp tables/perf voting

2020-04-29 Thread Rajendra Nayak
Hey Stan, On 4/29/2020 8:06 PM, Stanimir Varbanov wrote: Hi Rajendra, Thanks for the patch! [].. #include #include #include @@ -214,6 +215,20 @@ static int venus_probe(struct platform_device *pdev) if (!core->pm_ops) return -ENODEV; + core->opp_table = de

Re: [PATCH v3 12/17] media: venus: core: Add support for opp tables/perf voting

2020-04-29 Thread Stanimir Varbanov
Hi Rajendra, Thanks for the patch! On 4/28/20 4:33 PM, Rajendra Nayak wrote: > Add support to add OPP tables and perf voting on the OPP powerdomain. > This is needed so venus votes on the corresponding performance state > for the OPP powerdomain along with setting the core clock rate. > > Signed

Re: [PATCH v3 12/17] media: venus: core: Add support for opp tables/perf voting

2020-04-29 Thread Rajendra Nayak
On 4/29/2020 6:09 AM, Matthias Kaehlcke wrote: On Tue, Apr 28, 2020 at 07:03:00PM +0530, Rajendra Nayak wrote: Add support to add OPP tables and perf voting on the OPP powerdomain. This is needed so venus votes on the corresponding performance state for the OPP powerdomain along with setting t

Re: [PATCH v3 12/17] media: venus: core: Add support for opp tables/perf voting

2020-04-28 Thread Matthias Kaehlcke
On Tue, Apr 28, 2020 at 07:03:00PM +0530, Rajendra Nayak wrote: > Add support to add OPP tables and perf voting on the OPP powerdomain. > This is needed so venus votes on the corresponding performance state > for the OPP powerdomain along with setting the core clock rate. > > Signed-off-by: Rajend