[PATCH] drm/amdgpu/pm: Fix code alignment issue

Wang, Yang(Kevin) KevinYang.Wang at amd.com
Thu May 9 12:48:27 UTC 2024


[AMD Official Use Only - General]

Reviewed-by: Yang Wang <kevinyang.wang at amd.com>

Best Regards,
Kevin

-----Original Message-----
From: Ma, Jun <Jun.Ma2 at amd.com>
Sent: Thursday, May 9, 2024 5:37 PM
To: amd-gfx at lists.freedesktop.org
Cc: Feng, Kenneth <Kenneth.Feng at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; Wang, Yang(Kevin) <KevinYang.Wang at amd.com>; Koenig, Christian <Christian.Koenig at amd.com>; Ma, Jun <Jun.Ma2 at amd.com>
Subject: [PATCH] drm/amdgpu/pm: Fix code alignment issue

Fix code alignment issue

Signed-off-by: Ma Jun <Jun.Ma2 at amd.com>
Reported-by: Yang Wang <kevinyang.wang at amd.com>
---
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                   | 4 ++--
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
index ec9058c80647..110f2fc31754 100644
--- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
@@ -4381,8 +4381,8 @@ int amdgpu_pm_sysfs_init(struct amdgpu_device *adev)
        /* under multi-vf mode, the hwmon attributes are all not supported */
        if (mode != SRIOV_VF_MODE_MULTI_VF) {
                adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev,
-                                                                                                               DRIVER_NAME, adev,
-                                                                                                               hwmon_groups);
+                                                                       DRIVER_NAME, adev,
+                                                                       hwmon_groups);
                if (IS_ERR(adev->pm.int_hwmon_dev)) {
                        ret = PTR_ERR(adev->pm.int_hwmon_dev);
                        dev_err(adev->dev, "Unable to register hwmon device: %d\n", ret); diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
index 1e09d5f2d82f..e8b01662e164 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
@@ -2557,8 +2557,8 @@ static int smu_v13_0_0_set_power_profile_mode(struct smu_context *smu,
                        (amdgpu_ip_version(smu->adev, MP1_HWIP, 0) == IP_VERSION(13, 0, 10) &&
                         smu->adev->pm.fw_version >= 0x00504500)) {
                        workload_type = smu_cmn_to_asic_specific_index(smu,
-                                                                                                                  CMN2ASIC_MAPPING_WORKLOAD,
-                                                                                                                  PP_SMC_POWER_PROFILE_POWERSAVING);
+                                                               CMN2ASIC_MAPPING_WORKLOAD,
+                                                               PP_SMC_POWER_PROFILE_POWERSAVING);
                        if (workload_type >= 0)
                                workload_mask |= 1 << workload_type;
                }
--
2.34.1



More information about the amd-gfx mailing list