Re: [PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs

From: Rob Clark
Date: Mon Jan 23 2023 - 10:38:46 EST


On Mon, Jan 23, 2023 at 4:38 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 11/01/2023 00:14, Rob Clark wrote:
> > From: Rob Clark <robdclark@xxxxxxxxxxxx>
> >
> > Make the handful of tuning knobs available visible via debugfs.
> >
> > v2: select DEVFREQ_GOV_SIMPLE_ONDEMAND because for some reason
> > struct devfreq_simple_ondemand_data depends on this
> >
> > Signed-off-by: Rob Clark <robdclark@xxxxxxxxxxxx>
> > ---
>
> For some reason this was merged even though earlier kbuild reported
> build failure. This breaks linux next and qcom defconfig. Please drop
> the patch from the linux next.
>
> See earlier build issues reported:
> https://lore.kernel.org/all/202301130108.fslQjvJ8-lkp@xxxxxxxxx/
>

This will fix it: https://patchwork.freedesktop.org/series/113232/

BR,
-R