Searched hist:e17a025a47c66ca8499ae88d8046c4f0d7c9c057 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | diff e17a025a47c66ca8499ae88d8046c4f0d7c9c057 Thu Oct 27 02:32:00 CDT 2022 Erico Nunes <nunes.erico@gmail.com> drm/lima: Fix opp clkname setting in case of missing regulator
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 is not undone in case of a missing optional regulator.
Fixes: d8c32d3971e4 ("drm/lima: Migrate to dev_pm_opp_set_config()") Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221027073200.3885839-1-nunes.erico@gmail.com
|