Re: [PATCH v2] drm/lima: Fix opp clkname setting in case of missing regulator

2022-11-14 Thread Qiang Yu
Applied to drm-misc-fixes. On Mon, Oct 31, 2022 at 6:35 PM Erico Nunes wrote: > > On Thu, Oct 27, 2022 at 10:05 AM Viresh Kumar wrote: > > Acked-by: Viresh Kumar > > Thanks. > > Could someone take a final look and apply this? I don't have drm-misc > commit rights. > > Erico

Re: [PATCH v2] drm/lima: Fix opp clkname setting in case of missing regulator

2022-10-31 Thread Erico Nunes
On Thu, Oct 27, 2022 at 10:05 AM Viresh Kumar wrote: > Acked-by: Viresh Kumar Thanks. Could someone take a final look and apply this? I don't have drm-misc commit rights. Erico

Re: [PATCH v2] drm/lima: Fix opp clkname setting in case of missing regulator

2022-10-27 Thread Viresh Kumar
On 27-10-22, 09:32, Erico Nunes wrote: > Commit d8c32d3971e4 ("drm/lima: Migrate to dev_pm_opp_set_config()") > introduced a regression as it may undo the clk_names setting in case > the optional regulator is missing. This resulted in test and performance > regressions with lima. > > Restore the o

[PATCH v2] drm/lima: Fix opp clkname setting in case of missing regulator

2022-10-27 Thread Erico Nunes
Commit d8c32d3971e4 ("drm/lima: Migrate to dev_pm_opp_set_config()") introduced a regression as it may undo the clk_names setting in case the optional regulator is missing. This resulted in test and performance regressions with lima. Restore the old behavior where clk_names is set separately so it