Re: [PATCH v2] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed

2023-02-20 Thread Rob Clark
On Sun, Feb 19, 2023 at 5:04 PM Randy Dunlap wrote: > > DRM_MSM no longer needs DEVFREQ_GOV_SIMPLE_ONDEMAND (since dbd7a2a941b8 > in linux-next: PM / devfreq: Fix build issues with devfreq disabled), > so remove that select from the DRM_MSM Kconfig file. > > Fixes: 6563f60f14cb ("drm/msm/gpu: Add

[PATCH v2] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed

2023-02-19 Thread Randy Dunlap
DRM_MSM no longer needs DEVFREQ_GOV_SIMPLE_ONDEMAND (since dbd7a2a941b8 in linux-next: PM / devfreq: Fix build issues with devfreq disabled), so remove that select from the DRM_MSM Kconfig file. Fixes: 6563f60f14cb ("drm/msm/gpu: Add devfreq tuning debugfs") Signed-off-by: Randy Dunlap Cc: Rob Cl