linux/drivers/gpu/drm/omapdrm/dss
Tomi Valkeinen cfca78971b drm/omap: dsi: Fix excessive stack usage
dsi_dump_dsi_irqs(), a function used for debugfs prints, has a large
struct in its frame, which can result in:

drivers/gpu/drm/omapdrm/dss/dsi.c:1126:1: warning: the frame size of 1060 bytes is larger than 1024 bytes [-Wframe-larger-than=]

As the performance of the function is of no concern, let's allocate the
struct with kmalloc instead.

Compile-tested only.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220916082206.167427-1-tomi.valkeinen@ideasonboard.com
2022-12-16 19:24:39 +02:00
..
base.c drm/omap: remove dispc_ops 2020-12-15 16:15:06 +02:00
dispc_coefs.c
dispc.c drm/omapdrm: Remove unused struct csc_coef_rgb2yuv 2022-12-16 19:24:39 +02:00
dispc.h
dpi.c drm/omap: drop unused owner field 2020-12-15 16:08:27 +02:00
dsi.c drm/omap: dsi: Fix excessive stack usage 2022-12-16 19:24:39 +02:00
dsi.h drm/omap: dsi: allow DSI commands to be sent early 2020-12-15 16:17:32 +02:00
dss.c drm/omap: dss: Fix refcount leak bugs 2022-09-09 16:23:14 +03:00
dss.h drm/omap: Add ovl checking funcs to dispc_ops 2021-12-08 10:04:38 +02:00
hdmi4_cec.c drm/omapdrm: Convert to SPDX identifier 2021-11-10 13:51:25 +02:00
hdmi4_cec.h drm/omapdrm: Convert to SPDX identifier 2021-11-10 13:51:25 +02:00
hdmi4_core.c drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() 2021-11-10 13:51:26 +02:00
hdmi4_core.h
hdmi4.c drm: Drop drm_edid.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
hdmi5_core.c drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() 2021-11-10 13:51:26 +02:00
hdmi5_core.h
hdmi5.c drm: Drop drm_edid.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
hdmi_common.c
hdmi_phy.c drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() 2021-11-10 13:51:26 +02:00
hdmi_pll.c drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() 2021-11-10 13:51:26 +02:00
hdmi_wp.c
hdmi.h
omapdss.h drm/omap: Remove duplicate declaration 2021-03-26 09:23:25 +02:00
output.c drm/omap: remove dss_mgr_ops 2020-12-15 16:17:30 +02:00
pll.c drm/omap: pll: fix iteration loop check 2020-12-15 16:17:30 +02:00
sdi.c drm/omap: drop unused owner field 2020-12-15 16:08:27 +02:00
venc.c omapdrm: dss: mark runtime PM functions __maybe_unused 2021-12-08 10:04:59 +02:00
video-pll.c drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx() 2021-11-10 13:51:26 +02:00