summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gpu.h
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2023-01-10 15:14:42 -0800
committerRob Clark <robdclark@chromium.org>2023-01-16 10:40:18 -0800
commit6563f60f14cbb3dcbdc4e1d8469fc0fbaaa80544 (patch)
treeb7bb7cc645d7e1ab6c3450e92c5a2bebe77f5a5e /drivers/gpu/drm/msm/msm_gpu.h
parent3cba4a2cdff3afe0b057fa4ab200598d3b41d09a (diff)
downloadlinux-stable-6563f60f14cbb3dcbdc4e1d8469fc0fbaaa80544.tar.gz
linux-stable-6563f60f14cbb3dcbdc4e1d8469fc0fbaaa80544.tar.bz2
linux-stable-6563f60f14cbb3dcbdc4e1d8469fc0fbaaa80544.zip
drm/msm/gpu: Add devfreq tuning debugfs
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@chromium.org> Patchwork: https://patchwork.freedesktop.org/patch/517784/ Link: https://lore.kernel.org/r/20230110231447.1939101-2-robdclark@gmail.com Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.h')
-rw-r--r--drivers/gpu/drm/msm/msm_gpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.h b/drivers/gpu/drm/msm/msm_gpu.h
index 651786bc55e5..9e36f6c9bc29 100644
--- a/drivers/gpu/drm/msm/msm_gpu.h
+++ b/drivers/gpu/drm/msm/msm_gpu.h
@@ -275,9 +275,6 @@ struct msm_gpu {
struct msm_gpu_state *crashstate;
- /* Enable clamping to idle freq when inactive: */
- bool clamp_to_idle;
-
/* True if the hardware supports expanded apriv (a650 and newer) */
bool hw_apriv;