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/amdgpu amdgpu: Compile with CONFIG_DRM...



details:   https://anonhg.NetBSD.org/src/rev/7ee9f29ea9f0
branches:  trunk
changeset: 1028596:7ee9f29ea9f0
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 11:24:37 2021 +0000

description:
amdgpu: Compile with CONFIG_DRM_AMD_DC_DCN defined for now.

diffstat:

 sys/external/bsd/drm2/amdgpu/files.amdgpu |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bfea692c2a2b -r 7ee9f29ea9f0 sys/external/bsd/drm2/amdgpu/files.amdgpu
--- a/sys/external/bsd/drm2/amdgpu/files.amdgpu Sun Dec 19 11:24:29 2021 +0000
+++ b/sys/external/bsd/drm2/amdgpu/files.amdgpu Sun Dec 19 11:24:37 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amdgpu,v 1.16 2021/12/19 11:22:51 riastradh Exp $
+#      $NetBSD: files.amdgpu,v 1.17 2021/12/19 11:24:37 riastradh Exp $
 
 version        20180827
 
@@ -32,6 +32,7 @@
 makeoptions    amdgpu  "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/display/dmub/inc"
 
 makeoptions    amdgpu  "CPPFLAGS.amdgpu"+="-DCONFIG_DRM_AMD_ACP"
+makeoptions    amdgpu  "CPPFLAGS.amdgpu"+="-DCONFIG_DRM_AMD_DC_DCN"
 
 makeoptions    amdgpu  "CWARNFLAGS.amdgpu"+="-Wno-missing-field-initializers"
 makeoptions    amdgpu  "CWARNFLAGS.amdgpu"+="-Wno-missing-prototypes"



Home | Main Index | Thread Index | Old Index