* [PATCH] drm/sti: remove duplicate object names
@ 2025-01-15 8:58 Rolf Eike Beer
2025-01-16 8:33 ` Dmitry Baryshkov
2025-04-03 16:46 ` Raphael Gallais-Pou
0 siblings, 2 replies; 4+ messages in thread
From: Rolf Eike Beer @ 2025-01-15 8:58 UTC (permalink / raw)
To: Alain Volmat, David Airlie, Maarten Lankhorst, Thomas Zimmermann,
Simona Vetter
Cc: dri-devel, Thierry Reding
When merging 2 drivers common object files were not deduplicated.
Fixes: dcec16efd677 ("drm/sti: Build monolithic driver")
Cc: stable@kernel.org
Signed-off-by: Rolf Eike Beer <eb@emlix.com>
---
drivers/gpu/drm/sti/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile
index f203ac5514ae..f778a4eee7c9 100644
--- a/drivers/gpu/drm/sti/Makefile
+++ b/drivers/gpu/drm/sti/Makefile
@@ -7,8 +7,6 @@ sti-drm-y := \
sti_compositor.o \
sti_crtc.o \
sti_plane.o \
- sti_crtc.o \
- sti_plane.o \
sti_hdmi.o \
sti_hdmi_tx3g4c28phy.o \
sti_dvo.o \
--
2.47.1
--
Rolf Eike Beer
emlix GmbH
Headquarters: Berliner Str. 12, 37073 Göttingen, Germany
Phone +49 (0)551 30664-0, e-mail info@emlix.com
District Court of Göttingen, Registry Number HR B 3160
Managing Directors: Heike Jordan, Dr. Uwe Kracke
VAT ID No. DE 205 198 055
Office Berlin: Panoramastr. 1, 10178 Berlin, Germany
Office Bonn: Bachstr. 6, 53115 Bonn, Germany
http://www.emlix.com
emlix - your embedded Linux partner
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] drm/sti: remove duplicate object names
2025-01-15 8:58 [PATCH] drm/sti: remove duplicate object names Rolf Eike Beer
@ 2025-01-16 8:33 ` Dmitry Baryshkov
2025-03-11 10:16 ` Rolf Eike Beer
2025-04-03 16:46 ` Raphael Gallais-Pou
1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Baryshkov @ 2025-01-16 8:33 UTC (permalink / raw)
To: Rolf Eike Beer
Cc: Alain Volmat, David Airlie, Maarten Lankhorst, Thomas Zimmermann,
Simona Vetter, dri-devel, Thierry Reding
On Wed, Jan 15, 2025 at 09:58:59AM +0100, Rolf Eike Beer wrote:
> When merging 2 drivers common object files were not deduplicated.
>
> Fixes: dcec16efd677 ("drm/sti: Build monolithic driver")
> Cc: stable@kernel.org
> Signed-off-by: Rolf Eike Beer <eb@emlix.com>
> ---
> drivers/gpu/drm/sti/Makefile | 2 --
> 1 file changed, 2 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] drm/sti: remove duplicate object names
2025-01-16 8:33 ` Dmitry Baryshkov
@ 2025-03-11 10:16 ` Rolf Eike Beer
0 siblings, 0 replies; 4+ messages in thread
From: Rolf Eike Beer @ 2025-03-11 10:16 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Alain Volmat, David Airlie, Maarten Lankhorst, Thomas Zimmermann,
Simona Vetter, dri-devel, Thierry Reding
[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]
On Donnerstag, 16. Januar 2025 09:33:18 Mitteleuropäische Normalzeit Dmitry
Baryshkov wrote:
> On Wed, Jan 15, 2025 at 09:58:59AM +0100, Rolf Eike Beer wrote:
> > When merging 2 drivers common object files were not deduplicated.
> >
> > Fixes: dcec16efd677 ("drm/sti: Build monolithic driver")
> > Cc: stable@kernel.org
> > Signed-off-by: Rolf Eike Beer <eb@emlix.com>
> > ---
> >
> > drivers/gpu/drm/sti/Makefile | 2 --
> > 1 file changed, 2 deletions(-)
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Ping?
--
Rolf Eike Beer
We are nominated for the embedded award Visit us at the embedded
world 2025 March 11th to 13th, 2025 | Nuremberg Find us in hall 4 at
booth 336
emlix GmbH
Headquarters: Berliner Str. 12, 37073 Göttingen, Germany
Phone +49 (0)551 30664-0, e-mail info@emlix.com
District Court of Göttingen, Registry Number HR B 3160
Managing Directors: Heike Jordan, Dr. Uwe Kracke
VAT ID No. DE 205 198 055
Office Berlin: Panoramastr. 1, 10178 Berlin, Germany
Office Bonn: Bachstr. 6, 53115 Bonn, Germany
http://www.emlix.com
emlix - your embedded Linux partner
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 313 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/sti: remove duplicate object names
2025-01-15 8:58 [PATCH] drm/sti: remove duplicate object names Rolf Eike Beer
2025-01-16 8:33 ` Dmitry Baryshkov
@ 2025-04-03 16:46 ` Raphael Gallais-Pou
1 sibling, 0 replies; 4+ messages in thread
From: Raphael Gallais-Pou @ 2025-04-03 16:46 UTC (permalink / raw)
To: Rolf Eike Beer, Alain Volmat, David Airlie, Maarten Lankhorst,
Thomas Zimmermann, Simona Vetter, Maxime Ripard
Cc: dri-devel, Thierry Reding
On 1/15/25 09:58, Rolf Eike Beer wrote:
> When merging 2 drivers common object files were not deduplicated.
>
> Fixes: dcec16efd677 ("drm/sti: Build monolithic driver")
> Cc: stable@kernel.org
> Signed-off-by: Rolf Eike Beer <eb@emlix.com>
> ---
>
Hi Rolf,
This patch predates my time as the STi maintainer, so I had not seen it.
Applied on drm-misc-fixes.
Thanks,
Raphaël
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-04-03 17:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 8:58 [PATCH] drm/sti: remove duplicate object names Rolf Eike Beer
2025-01-16 8:33 ` Dmitry Baryshkov
2025-03-11 10:16 ` Rolf Eike Beer
2025-04-03 16:46 ` Raphael Gallais-Pou
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.