Re: [PATCH] drm/exynos: g2d: staticize stubs in header

2023-05-14 Thread Inki Dae
2023년 5월 15일 (월) 오후 1:13, Inki Dae 님이 작성: > > Hi Krzysztof, > > 2023년 5월 7일 (일) 오후 11:48, Krzysztof Kozlowski > 님이 작성: > > > > Stubs for !CONFIG_DRM_EXYNOS_G2D case in the header should be static > > inline: > > Same patch[1] was posted before so I picked up the previous one. > > [1] [PATCH]

Re: [PATCH] drm/exynos: g2d: staticize stubs in header

2023-05-14 Thread Inki Dae
Hi Krzysztof, 2023년 5월 7일 (일) 오후 11:48, Krzysztof Kozlowski 님이 작성: > > Stubs for !CONFIG_DRM_EXYNOS_G2D case in the header should be static > inline: Same patch[1] was posted before so I picked up the previous one. [1] [PATCH] drm/exynos: fix g2d_open/close helper function definitions

RE: [PATCH] drm/exynos: g2d: staticize stubs in header

2023-05-07 Thread Alim Akhtar
.@lists.freedesktop.org; linux-arm-ker...@lists.infradead.org; linux- > samsung-...@vger.kernel.org; linux-ker...@vger.kernel.org > Subject: [PATCH] drm/exynos: g2d: staticize stubs in header > > Stubs for !CONFIG_DRM_EXYNOS_G2D case in the header should be static > inline: >

[PATCH] drm/exynos: g2d: staticize stubs in header

2023-05-07 Thread Krzysztof Kozlowski
Stubs for !CONFIG_DRM_EXYNOS_G2D case in the header should be static inline: drivers/gpu/drm/exynos/exynos_drm_g2d.h:37:5: warning: no previous prototype for ‘g2d_open’ [-Wmissing-prototypes] drivers/gpu/drm/exynos/exynos_drm_g2d.h:42:6: warning: no previous prototype for ‘g2d_close’