projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c1b49
)
drm/amd/pm: Clean up errors in r600_dpm.h
author
Ran Sun
<sunran001@208suo.com>
Wed, 2 Aug 2023 02:15:04 +0000
(
02:15
+0000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:42:42 +0000
(09:42 -0400)
Fix the following errors reported by checkpatch:
ERROR: that open brace { should be on the previous line
Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h
b/drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h
index 055321f61ca7a9b488eb0dab91ba783b7f4e10d8..3e7caa71553365104efca927782154b5bc63370b 100644
(file)
--- a/
drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h
+++ b/
drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h
@@
-117,8
+117,7
@@
enum r600_display_watermark {
R600_DISPLAY_WATERMARK_HIGH = 1,
};
-enum r600_display_gap
-{
+enum r600_display_gap {
R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0,
R600_PM_DISPLAY_GAP_VBLANK = 1,
R600_PM_DISPLAY_GAP_WATERMARK = 2,