Patch "drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed" has been added to the 6.1-stable tree
gregkh at linuxfoundation.org
gregkh at linuxfoundation.org
Thu Dec 12 13:39:27 UTC 2024
This is a note to let you know that I've just added the patch titled
drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed
to the 6.1-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-msm-devfreq_gov_simple_ondemand-is-no-longer-needed.patch
and it can be found in the queue-6.1 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From a722511b18268bd1f7084eee243af416b85f288f Mon Sep 17 00:00:00 2001
From: Randy Dunlap <rdunlap at infradead.org>
Date: Sun, 19 Feb 2023 17:04:28 -0800
Subject: drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed
From: Randy Dunlap <rdunlap at infradead.org>
commit a722511b18268bd1f7084eee243af416b85f288f upstream.
DRM_MSM no longer needs DEVFREQ_GOV_SIMPLE_ONDEMAND (since commit
dbd7a2a941b8 ("PM / devfreq: Fix build issues with devfreq disabled")
in linux-next), so remove that select from the DRM_MSM Kconfig file.
Fixes: 6563f60f14cb ("drm/msm/gpu: Add devfreq tuning debugfs")
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Rob Clark <robdclark at gmail.com>
Cc: Abhinav Kumar <quic_abhinavk at quicinc.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
Cc: Sean Paul <sean at poorly.run>
Cc: David Airlie <airlied at gmail.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: linux-arm-msm at vger.kernel.org
Cc: dri-devel at lists.freedesktop.org
Cc: freedreno at lists.freedesktop.org
Reviewed-by: Rob Clark <robdclark at gmail.com>
Patchwork: https://patchwork.freedesktop.org/patch/523353/
Link: https://lore.kernel.org/r/20230220010428.16910-1-rdunlap@infradead.org
[rob: tweak commit message to make checkpatch.pl happy]
Signed-off-by: Rob Clark <robdclark at chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
drivers/gpu/drm/msm/Kconfig | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/gpu/drm/msm/Kconfig
+++ b/drivers/gpu/drm/msm/Kconfig
@@ -23,7 +23,6 @@ config DRM_MSM
select SHMEM
select TMPFS
select QCOM_SCM
- select DEVFREQ_GOV_SIMPLE_ONDEMAND
select WANT_DEV_COREDUMP
select SND_SOC_HDMI_CODEC if SND_SOC
select SYNC_FILE
Patches currently in stable-queue which might be from rdunlap at infradead.org are
queue-6.1/drm-msm-devfreq_gov_simple_ondemand-is-no-longer-needed.patch
queue-6.1/fs_parser-update-mount_api-doc-to-match-function-sig.patch
queue-6.1/scatterlist-fix-incorrect-func-name-in-kernel-doc.patch
More information about the dri-devel
mailing list