Re: [PATCH] drm/exynos: fix accidental on-stack copy of exynos_drm_plane

2023-12-14 Thread Inki Dae
2023년 12월 15일 (금) 오전 12:59, Marek Szyprowski 님이 작성: > On 14.12.2023 13:32, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > gcc rightfully complains about excessive stack usage in the > fimd_win_set_pixfmt() > > function: > > > > drivers/gpu/drm/exynos/exynos_drm_fimd.c: In function > 'fimd_w

Re: [PATCH] drm/exynos: fix accidental on-stack copy of exynos_drm_plane

2023-12-14 Thread Marek Szyprowski
On 14.12.2023 13:32, Arnd Bergmann wrote: > From: Arnd Bergmann > > gcc rightfully complains about excessive stack usage in the > fimd_win_set_pixfmt() > function: > > drivers/gpu/drm/exynos/exynos_drm_fimd.c: In function 'fimd_win_set_pixfmt': > drivers/gpu/drm/exynos/exynos_drm_fimd.c:750:1: er

[PATCH] drm/exynos: fix accidental on-stack copy of exynos_drm_plane

2023-12-14 Thread Arnd Bergmann
From: Arnd Bergmann gcc rightfully complains about excessive stack usage in the fimd_win_set_pixfmt() function: drivers/gpu/drm/exynos/exynos_drm_fimd.c: In function 'fimd_win_set_pixfmt': drivers/gpu/drm/exynos/exynos_drm_fimd.c:750:1: error: the frame size of 1032 bytes is larger than 1024 b