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
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
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