Skip to content

Commit

Permalink
drm/amd/dkms: Disable DC_DCN2_0
Browse files Browse the repository at this point in the history
DC_DCN2_0 is causing dkms build problem. Disable it for now.

Change-Id: If59a2fda6bceea5d89034ce81a1722e2607418df
Signed-off-by: Amber Lin <Amber.Lin@amd.com>
  • Loading branch information
ascollard committed Jul 26, 2019
1 parent fed2943 commit 38d5546
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/amd/dkms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export CONFIG_DRM_AMDGPU_USERPTR=y
export CONFIG_DRM_AMD_DC=y
export CONFIG_DRM_AMD_DC_DCN1_0=y
export CONFIG_DRM_AMD_DC_DCN1_01=y
export CONFIG_DRM_AMD_DC_DCN2_0=y

subdir-ccflags-y += -DCONFIG_HSA_AMD
subdir-ccflags-y += -DBUILD_AS_DKMS
Expand All @@ -196,6 +195,5 @@ subdir-ccflags-y += -DCONFIG_DRM_AMDGPU_USERPTR
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC_DCN1_0
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC_DCN1_01
subdir-ccflags-y += -DCONFIG_DRM_AMD_DC_DCN2_0

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

0 comments on commit 38d5546

Please sign in to comment.