Displaying 2 results from an estimated 2 matches for "kbuild_opts".
2017 Aug 15
0
[PATCH] drm/Makefile: Support custom output dir with O
...having to keep a custom patch around.
Signed-off-by: Pierre Moreau <pierre.morrow at free.fr>
---
drm/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drm/Makefile b/drm/Makefile
index d5e23738..1f4ef45e 100644
--- a/drm/Makefile
+++ b/drm/Makefile
@@ -11,6 +11,9 @@ endif
KBUILD_OPTS := M=$(CURDIR)/nouveau
KBUILD_OPTS += KCPPFLAGS="-Iinclude/uapi/drm"
+ifdef OUTPUTDIR
+ KBUILD_OPTS += O=$(OUTPUTDIR)
+endif
all: modules
--
2.14.1
2016 Sep 18
5
[PATCH 1/2] Revert "bus: remove cpu_coherent flag"
This reverts commit 01bbcb69f80e1058395b737ae399c6f4ef48691b.
The commit caused fence timeouts within nvc0_screen_destroy and most likely
other places as well.
The most obvious effect is, that userspace processes take minutes to actually
quit.
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
---
drm/nouveau/include/nvkm/core/device.h | 1 +
drm/nouveau/nouveau_bo.c |