Skip to content

Commit 38d5546

Browse files
committed
drm/amd/dkms: Disable DC_DCN2_0
DC_DCN2_0 is causing dkms build problem. Disable it for now. Change-Id: If59a2fda6bceea5d89034ce81a1722e2607418df Signed-off-by: Amber Lin <[email protected]>
1 parent fed2943 commit 38d5546

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/amd/dkms/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export CONFIG_DRM_AMDGPU_USERPTR=y
186186
export CONFIG_DRM_AMD_DC=y
187187
export CONFIG_DRM_AMD_DC_DCN1_0=y
188188
export CONFIG_DRM_AMD_DC_DCN1_01=y
189-
export CONFIG_DRM_AMD_DC_DCN2_0=y
190189

191190
subdir-ccflags-y += -DCONFIG_HSA_AMD
192191
subdir-ccflags-y += -DBUILD_AS_DKMS
@@ -196,6 +195,5 @@ subdir-ccflags-y += -DCONFIG_DRM_AMDGPU_USERPTR
196195
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC
197196
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC_DCN1_0
198197
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC_DCN1_01
199-
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC_DCN2_0
200198

201199
obj-m += scheduler/ amd/amdgpu/ ttm/ amd/amdkcl/

0 commit comments

Comments
 (0)