Re: [PATCH v4 2/2] drm/lima: Add optional devfreq and cooling device support

2020-03-30 Thread Martin Blumenstingl
On Sat, Mar 28, 2020 at 9:40 AM Qiang Yu wrote: > > Applied to drm-misc-next. thank you! regarding patch #1 - can you apply this as well? patch #1 just takes this midgard change [0] and ports it to utgard Thank you! Martin [0] https://cgit.freedesktop.org/drm/drm-misc/commit/Documentation/de

Re: [PATCH v4 2/2] drm/lima: Add optional devfreq and cooling device support

2020-03-29 Thread Qiang Yu
I'm not the maintainer of patch 1 file, so please contact: - Rob Herring - Maxime Ripard - Heiko Stuebner to review and apply patch 1. Regards, Qiang On Sat, Mar 28, 2020 at 6:20 PM Martin Blumenstingl wrote: > > On Sat, Mar 28, 2020 at 9:40 AM Qiang Yu wrote: > > > > Applied to drm-mi

Re: [PATCH v4 2/2] drm/lima: Add optional devfreq and cooling device support

2020-03-28 Thread Qiang Yu
Applied to drm-misc-next. On Sun, Mar 22, 2020 at 10:24 AM Qiang Yu wrote: > > Looks good for me, patch is: > Reviewed-by: Qiang Yu > > Regards, > Qiang > > On Fri, Mar 20, 2020 at 4:35 AM Martin Blumenstingl > wrote: > > > > Most platforms with a Mali-400 or Mali-450 GPU also have support for

Re: [PATCH v4 2/2] drm/lima: Add optional devfreq and cooling device support

2020-03-21 Thread Qiang Yu
Looks good for me, patch is: Reviewed-by: Qiang Yu Regards, Qiang On Fri, Mar 20, 2020 at 4:35 AM Martin Blumenstingl wrote: > > Most platforms with a Mali-400 or Mali-450 GPU also have support for > changing the GPU clock frequency. Add devfreq support so the GPU clock > rate is updated based

[PATCH v4 2/2] drm/lima: Add optional devfreq and cooling device support

2020-03-20 Thread Martin Blumenstingl
Most platforms with a Mali-400 or Mali-450 GPU also have support for changing the GPU clock frequency. Add devfreq support so the GPU clock rate is updated based on the actual GPU usage when the "operating-points-v2" property is present in the board.dts. The actual devfreq code is taken from panfr