Displaying 3 results from an estimated 3 matches for "kcppflags".
Did you mean:
cppflags
2009 Jul 31
3
[Bug 23057] New: Nouveau/DRM from unamed reposiory failing to build
...nel and git pulled on mesa and the unnamed
repository.I then went into the /linux-2.6/nouvau folder using Konsole to
re-build the modules for the kernel.
As it was doing that,I came up with this error:
root at mernivia nouveau]# make
make -C /lib/modules/2.6.31-0.107.rc4.git3.fc12.i686.PAE/source
KCPPFLAGS="-I/opt/linux-2.6/include/drm"
SUBDIRS="/opt/linux-2.6/drivers/gpu/drm" CONFIG_DRM=m CONFIG_DRM_TTM=m
CONFIG_DRM_NOUVEAU=m CONFIG_DRM_NOUVEAU_KMS=m
'EXTRA_CFLAGS=-D"GIT_REVISION=\"29af57c65904deced\""' modules
make[1]: Entering directory
`/usr/src/ker...
2017 Aug 15
0
[PATCH] drm/Makefile: Support custom output dir with O
...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 |