Re: [PATCH] drm: Link drm_rect.o into DRM core module

2024-09-23 Thread Thomas Zimmermann
Hi Am 20.09.24 um 12:12 schrieb Ville Syrjälä: On Thu, Sep 19, 2024 at 08:53:43PM +0200, Thomas Zimmermann wrote: Several places in drm.ko use struct drm_rect and its helpers. This only works as the called interfaces are declared as static inline in the header file. Fix the issue by linking drm

Re: [PATCH] drm: Link drm_rect.o into DRM core module

2024-09-20 Thread Ville Syrjälä
On Thu, Sep 19, 2024 at 08:53:43PM +0200, Thomas Zimmermann wrote: > Several places in drm.ko use struct drm_rect and its helpers. This > only works as the called interfaces are declared as static inline in > the header file. Fix the issue by linking drm_rect.o into drm.ko. Seems reasonable. Revie

[PATCH] drm: Link drm_rect.o into DRM core module

2024-09-19 Thread Thomas Zimmermann
Several places in drm.ko use struct drm_rect and its helpers. This only works as the called interfaces are declared as static inline in the header file. Fix the issue by linking drm_rect.o into drm.ko. Signed-off-by: Thomas Zimmermann Suggested-by: Ville Syrjälä --- drivers/gpu/drm/Makefile | 2