Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/drm Set CONFIG_DRM_VM=1, apparently ne...
details: https://anonhg.NetBSD.org/src/rev/a462dbaabcd9
branches: trunk
changeset: 1027757:a462dbaabcd9
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 00:25:13 2021 +0000
description:
Set CONFIG_DRM_VM=1, apparently needed for nouveau now.
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/drm/drm2netbsd | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7e97eb28a00b -r a462dbaabcd9 sys/external/bsd/drm2/drm/drm2netbsd
--- a/sys/external/bsd/drm2/drm/drm2netbsd Sun Dec 19 00:25:04 2021 +0000
+++ b/sys/external/bsd/drm2/drm/drm2netbsd Sun Dec 19 00:25:13 2021 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: drm2netbsd,v 1.2 2018/08/27 07:54:28 riastradh Exp $
+# $NetBSD: drm2netbsd,v 1.3 2021/12/19 00:25:13 riastradh Exp $
#
# $ /path/to/drm2netbsd > /path/to/files.drm.new
#
@@ -17,6 +17,7 @@
env CONFIG_PCI=y \
env CONFIG_AGP=y \
env CONFIG_DRM_FBDEV_EMULATION=y \
+env CONFIG_DRM_VM=y \
make -f Makefile -V '$(drm-y)' -V '$(drm_kms_helper-y)' \
| tr ' ' '\n' \
| grep -v '^$' \
Home |
Main Index |
Thread Index |
Old Index