mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/msm/gpu: Devfreq fixes+tuning
@ 2023-01-10 23:14 Rob Clark
  2023-01-10 23:14 ` [PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs Rob Clark
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Rob Clark @ 2023-01-10 23:14 UTC (permalink / raw)
  To: dri-devel
  Cc: freedreno, linux-arm-msm, Rob Clark, Akhil P Oommen, Chia-I Wu,
	Dmitry Baryshkov, Douglas Anderson, Konrad Dybcio, open list,
	Sean Paul

From: Rob Clark <robdclark@chromium.org>

Rob Clark (3):
  drm/msm/gpu: Add devfreq tuning debugfs
  drm/msm/gpu: Bypass PM QoS constraint for idle clamp
  drm/msm/gpu: Add default devfreq thresholds

 drivers/gpu/drm/msm/Kconfig           |   1 +
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c |   2 +-
 drivers/gpu/drm/msm/msm_debugfs.c     |  12 +++
 drivers/gpu/drm/msm/msm_drv.h         |   9 ++
 drivers/gpu/drm/msm/msm_gpu.h         |  15 ++-
 drivers/gpu/drm/msm/msm_gpu_devfreq.c | 148 ++++++++++++--------------
 6 files changed, 100 insertions(+), 87 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs
@ 2023-01-18  6:51 Naresh Kamboju
  0 siblings, 0 replies; 9+ messages in thread
From: Naresh Kamboju @ 2023-01-18  6:51 UTC (permalink / raw)
  To: dri-devel, open list, lkft-triage, Linux-Next Mailing List, Linux ARM
  Cc: Rob Clark, Rob Clark, Arnd Bergmann, Stephen Rothwell

Following build regression noticed on Linux next-20230118.

Regressions found on arm:
    - build/gcc-8-imx_v6_v7_defconfig
    - build/gcc-12-imx_v6_v7_defconfig
    - build/clang-15-imx_v6_v7_defconfig
    - build/clang-nightly-imx_v6_v7_defconfig

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

WARNING: unmet direct dependencies detected for DEVFREQ_GOV_SIMPLE_ONDEMAND
  Depends on [n]: PM_DEVFREQ [=n]
  Selected by [y]:
  - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_QCOM [=n] ||
SOC_IMX5 [=y] || COMPILE_TEST [=n]) && COMMON_CLK [=y] &&
IOMMU_SUPPORT [=y] && (QCOM_OCMEM [=n] || QCOM_OCMEM [=n]=n) &&
(QCOM_LLCC [=n] || QCOM_LLCC [=n]=n) && (QCOM_COMMAND_DB [=n] ||
QCOM_COMMAND_DB [=n]=n)

WARNING: unmet direct dependencies detected for DEVFREQ_GOV_SIMPLE_ONDEMAND
  Depends on [n]: PM_DEVFREQ [=n]
  Selected by [y]:
  - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_QCOM [=n] ||
SOC_IMX5 [=y] || COMPILE_TEST [=n]) && COMMON_CLK [=y] &&
IOMMU_SUPPORT [=y] && (QCOM_OCMEM [=n] || QCOM_OCMEM [=n]=n) &&
(QCOM_LLCC [=n] || QCOM_LLCC [=n]=n) && (QCOM_COMMAND_DB [=n] ||
QCOM_COMMAND_DB [=n]=n)
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache
arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
In file included from drivers/gpu/drm/msm/msm_gpu.h:18,
                 from drivers/gpu/drm/msm/adreno/adreno_gpu.h:15,
                 from drivers/gpu/drm/msm/adreno/adreno_device.c:9:
drivers/gpu/drm/msm/msm_drv.h:237:45: error: field
'gpu_devfreq_config' has incomplete type
  237 |         struct devfreq_simple_ondemand_data gpu_devfreq_config;
      |                                             ^~~~~~~~~~~~~~~~~~

Build log:
https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230118/testrun/14250189/suite/build/test/gcc-12-imx_v6_v7_defconfig/log

This was already reported a while back on lore,
https://lore.kernel.org/all/202301130108.fslQjvJ8-lkp@intel.com/


--
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-23 15:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 23:14 [PATCH v2 0/3] drm/msm/gpu: Devfreq fixes+tuning Rob Clark
2023-01-10 23:14 ` [PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs Rob Clark
2023-01-12 17:26   ` kernel test robot
2023-01-23 12:38   ` Krzysztof Kozlowski
2023-01-23 15:38     ` Rob Clark
2023-01-10 23:14 ` [PATCH v2 2/3] drm/msm/gpu: Bypass PM QoS constraint for idle clamp Rob Clark
2023-01-10 23:14 ` [PATCH v2 3/3] drm/msm/gpu: Add default devfreq thresholds Rob Clark
2023-01-13 21:34 ` [PATCH v2 0/3] drm/msm/gpu: Devfreq fixes+tuning Chia-I Wu
2023-01-18  6:51 [PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs Naresh Kamboju

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®