* [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures"
2015-10-28 13:25 [PATCH 1/3] staging/ad7606: Actually build the interface modules Michal Marek
@ 2015-10-28 13:25 ` Michal Marek
0 siblings, 0 replies; 4+ messages in thread
From: Michal Marek @ 2015-10-28 13:25 UTC (permalink / raw)
To: linux-kbuild; +Cc: linux-kernel, daniel.vetter, Michal Marek, dri-devel
From: Michal Marek <mmarek@suse.com>
Kbuild now supports <modname>-m variables.
This reverts commit 8fa884dc355ffd0caa964a284a530bf747df5c77.
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
---
drivers/gpu/drm/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index e814517..f458d6e 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -21,8 +21,6 @@ drm-$(CONFIG_DRM_PANEL) += drm_panel.o
drm-$(CONFIG_OF) += drm_of.o
drm-$(CONFIG_AGP) += drm_agpsupport.o
-drm-y += $(drm-m)
-
drm_kms_helper-y := drm_crtc_helper.o drm_dp_helper.o drm_probe_helper.o \
drm_plane_helper.o drm_dp_mst_topology.o drm_atomic_helper.o
drm_kms_helper-$(CONFIG_DRM_LOAD_EDID_FIRMWARE) += drm_edid_load.o
--
1.9.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures"
@ 2015-10-28 18:54 Toralf Förster
2015-10-28 19:27 ` Jani Nikula
0 siblings, 1 reply; 4+ messages in thread
From: Toralf Förster @ 2015-10-28 18:54 UTC (permalink / raw)
To: Michal Marek; +Cc: dri-devel
>From: Michal Marek <mmarek@suse.com>
>Kbuild now supports <modname>-m variables.
>This reverts commit 8fa884dc355ffd0caa964a284a530bf747df5c77.
Which is not in mainline, or ?
--
Toralf, pgp key: C4EACDDE 0076E94E
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures"
2015-10-28 18:54 [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures" Toralf Förster
@ 2015-10-28 19:27 ` Jani Nikula
2015-10-28 21:46 ` Michal Marek
0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2015-10-28 19:27 UTC (permalink / raw)
To: Toralf Förster, Michal Marek; +Cc: dri-devel
On Wed, 28 Oct 2015, Toralf Förster <toralf.foerster@gmx.de> wrote:
>>From: Michal Marek <mmarek@suse.com>
>
>>Kbuild now supports <modname>-m variables.
>
>>This reverts commit 8fa884dc355ffd0caa964a284a530bf747df5c77.
>
> Which is not in mainline, or ?
It's in drm-next.
http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=8fa884dc355ffd0caa964a284a530bf747df5c77
>
>
> --
> Toralf, pgp key: C4EACDDE 0076E94E
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures"
2015-10-28 19:27 ` Jani Nikula
@ 2015-10-28 21:46 ` Michal Marek
0 siblings, 0 replies; 4+ messages in thread
From: Michal Marek @ 2015-10-28 21:46 UTC (permalink / raw)
To: Jani Nikula, Toralf Förster; +Cc: dri-devel
Dne 28.10.2015 v 20:27 Jani Nikula napsal(a):
> On Wed, 28 Oct 2015, Toralf Förster <toralf.foerster@gmx.de> wrote:
>>> From: Michal Marek <mmarek@suse.com>
>>
>>> Kbuild now supports <modname>-m variables.
>>
>>> This reverts commit 8fa884dc355ffd0caa964a284a530bf747df5c77.
>>
>> Which is not in mainline, or ?
>
> It's in drm-next.
>
> http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=8fa884dc355ffd0caa964a284a530bf747df5c77
Right, but this revert cannot be applied before the preceding patches
are merged, i.e. after the merge window.
Michal
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-28 21:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 18:54 [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures" Toralf Förster
2015-10-28 19:27 ` Jani Nikula
2015-10-28 21:46 ` Michal Marek
-- strict thread matches above, loose matches on Subject: below --
2015-10-28 13:25 [PATCH 1/3] staging/ad7606: Actually build the interface modules Michal Marek
2015-10-28 13:25 ` [PATCH 3/3] Revert "drm: Hack around CONFIG_AGP=m build failures" Michal Marek
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.