From: "Leo (Sunpeng) Li" <sunpeng...@amd.com>

For better readability.

Signed-off-by: Leo (Sunpeng) Li <sunpeng...@amd.com>
Reviewed-by: Bhawanpreet Lakha <bhawanpreet.la...@amd.com>
Acked-by: Harry Wentland <harry.wentl...@amd.com>
---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 2188f205eed2..442b399a9400 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -4111,7 +4111,8 @@ static void amdgpu_dm_atomic_commit_tail(struct 
drm_atomic_state *state)
         * are removed from freesync module
         */
        if (adev->dm.freesync_module) {
-               for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, 
new_crtc_state, i) {
+               for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state,
+                                             new_crtc_state, i) {
                        struct amdgpu_dm_connector *aconnector = NULL;
                        struct dm_connector_state *dm_new_con_state = NULL;
                        struct amdgpu_crtc *acrtc = NULL;
@@ -4139,9 +4140,11 @@ static void amdgpu_dm_atomic_commit_tail(struct 
drm_atomic_state *state)
                                amdgpu_dm_find_first_crtc_matching_connector(
                                        state, crtc);
                        if (!aconnector) {
-                               DRM_DEBUG_DRIVER("Atomic commit: Failed to find 
connector for acrtc id:%d "
-                                        "skipping freesync init\n",
-                                        acrtc->crtc_id);
+                               DRM_DEBUG_DRIVER("Atomic commit: Failed to "
+                                                "find connector for acrtc "
+                                                "id:%d skipping freesync "
+                                                "init\n",
+                                                acrtc->crtc_id);
                                continue;
                        }
 
-- 
2.14.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to