aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1077-drm-amd-cleanup-DAL-spaces-and-tabs-v2.patch
blob: 2b1f4930c80499b6cc9523622168dbf5eff30374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
From 9d38f3abd4239254f3f4fb7bc0da6314e3bc934d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
Date: Wed, 4 May 2016 09:50:07 +0200
Subject: [PATCH 1077/1110] drm/amd: cleanup DAL spaces and tabs v2
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This is the result of running the following commands:
find drivers/gpu/drm/amd/dal/ -name "*.h" -exec sed -i 's/[ \t]\+$//' {} \;
find drivers/gpu/drm/amd/dal/ -name "*.c" -exec sed -i 's/[ \t]\+$//' {} \;
find drivers/gpu/drm/amd/dal/ -name "*.h" -exec sed -i 's/ \+\t/\t/' {} \;
find drivers/gpu/drm/amd/dal/ -name "*.c" -exec sed -i 's/ \+\t/\t/' {} \;

v2: separate DAL changes

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c           | 2 +-
 drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_irq.h       | 4 ++--
 drivers/gpu/drm/amd/dal/dc/core/dc_link.c               | 4 ++--
 drivers/gpu/drm/amd/dal/dc/dce110/dce110_clock_source.c | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c
index 71b2808..6e812b6 100644
--- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c
@@ -1143,7 +1143,7 @@ static u8 dm_get_backlight_level(struct amdgpu_encoder *amdgpu_encoder)
 
 /**
  * dm_page_flip - called by amdgpu_flip_work_func(), which is triggered
- * 			via DRM IOCTL, by user mode.
+ *			via DRM IOCTL, by user mode.
  *
  * @adev: amdgpu_device pointer
  * @crtc_id: crtc to cleanup pageflip on
diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_irq.h b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_irq.h
index 9339861..7f6d9ea 100644
--- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_irq.h
+++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_irq.h
@@ -60,8 +60,8 @@ void amdgpu_dm_irq_fini(
  * @handler_args: arguments which will be passed to ih
  *
  * Returns:
- * 	IRQ Handler Index on success.
- * 	NULL on failure.
+ *	IRQ Handler Index on success.
+ *	NULL on failure.
  *
  * Cannot be called from an interrupt handler.
  */
diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_link.c b/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
index 6d715c2..141bbba 100644
--- a/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
@@ -100,10 +100,10 @@ static bool program_hpd_filter(
 	case SIGNAL_TYPE_DISPLAY_PORT_MST:
 		/* Program hpd filter to allow DP signal to settle */
 		/* 500:	not able to detect MST <-> SST switch as HPD is low for
-		 * 	only 100ms on DELL U2413
+		 *	only 100ms on DELL U2413
 		 * 0:	some passive dongle still show aux mode instead of i2c
 		 * 20-50:not enough to hide bouncing HPD with passive dongle.
-		 * 	also see intermittent i2c read issues.
+		 *	also see intermittent i2c read issues.
 		 */
 		delay_on_connect_in_ms = 80;
 		delay_on_disconnect_in_ms = 0;
diff --git a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_clock_source.c b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_clock_source.c
index d48e3df..1690319 100644
--- a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_clock_source.c
+++ b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_clock_source.c
@@ -875,7 +875,7 @@ static void get_ss_info_from_atombios(
 							     as_signal,
 							     i,
 							     ss_info_cur);
-		
+
 		if (bp_result != BP_RESULT_OK)
 			goto out_free_data;
 	}
-- 
2.7.4