aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4039-drm-amd-Fix-Kconfig-indentation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4039-drm-amd-Fix-Kconfig-indentation.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4039-drm-amd-Fix-Kconfig-indentation.patch89
1 files changed, 89 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4039-drm-amd-Fix-Kconfig-indentation.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4039-drm-amd-Fix-Kconfig-indentation.patch
new file mode 100644
index 00000000..6637802b
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4039-drm-amd-Fix-Kconfig-indentation.patch
@@ -0,0 +1,89 @@
+From e2c218f598bbe18eea17634546e95b5a3b01a3cb Mon Sep 17 00:00:00 2001
+From: Krzysztof Kozlowski <krzk@kernel.org>
+Date: Mon, 7 Oct 2019 19:33:22 +0200
+Subject: [PATCH 4039/4256] drm/amd: Fix Kconfig indentation
+
+Adjust indentation from spaces to tab (+optional two spaces) as in
+coding style with command like:
+ $ sed -e 's/^ /\t/' -i */Kconfig
+
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
+---
+ drivers/gpu/drm/Kconfig | 4 ++--
+ drivers/gpu/drm/amd/display/Kconfig | 32 ++++++++++++++---------------
+ 2 files changed, 18 insertions(+), 18 deletions(-)
+
+diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
+index 27e497e149c8..70d233948792 100644
+--- a/drivers/gpu/drm/Kconfig
++++ b/drivers/gpu/drm/Kconfig
+@@ -193,9 +193,9 @@ config DRM_AMDGPU
+ tristate "AMD GPU"
+ depends on DRM && PCI && MMU
+ select FW_LOADER
+- select DRM_KMS_HELPER
++ select DRM_KMS_HELPER
+ select DRM_SCHED
+- select DRM_TTM
++ select DRM_TTM
+ select POWER_SUPPLY
+ select HWMON
+ select BACKLIGHT_CLASS_DEVICE
+diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
+index b4504257873a..9eae7c67ceb5 100644
+--- a/drivers/gpu/drm/amd/display/Kconfig
++++ b/drivers/gpu/drm/amd/display/Kconfig
+@@ -22,16 +22,16 @@ config DRM_AMD_DC_DCN2_0
+ depends on DRM_AMD_DC && X86
+ depends on DRM_AMD_DC_DCN1_0
+ help
+- Choose this option if you want to have
+- Navi support for display engine
++ Choose this option if you want to have
++ Navi support for display engine
+
+ config DRM_AMD_DC_DCN2_1
+- bool "DCN 2.1 family"
+- depends on DRM_AMD_DC && X86
+- depends on DRM_AMD_DC_DCN2_0
+- help
+- Choose this option if you want to have
+- Renoir support for display engine
++ bool "DCN 2.1 family"
++ depends on DRM_AMD_DC && X86
++ depends on DRM_AMD_DC_DCN2_0
++ help
++ Choose this option if you want to have
++ Renoir support for display engine
+
+ config DRM_AMD_DC_DSC_SUPPORT
+ bool "DSC support"
+@@ -40,16 +40,16 @@ config DRM_AMD_DC_DSC_SUPPORT
+ depends on DRM_AMD_DC_DCN1_0
+ depends on DRM_AMD_DC_DCN2_0
+ help
+- Choose this option if you want to have
+- Dynamic Stream Compression support
++ Choose this option if you want to have
++ Dynamic Stream Compression support
+
+ config DRM_AMD_DC_HDCP
+- bool "Enable HDCP support in DC"
+- depends on DRM_AMD_DC
+- help
+- Choose this option
+- if you want to support
+- HDCP authentication
++ bool "Enable HDCP support in DC"
++ depends on DRM_AMD_DC
++ help
++ Choose this option
++ if you want to support
++ HDCP authentication
+
+ config DEBUG_KERNEL_DC
+ bool "Enable kgdb break in DC"
+--
+2.17.1
+