commit | 4b5ece24ce564176f8ad786ad02b681a373bc615 | [log] [tgz] |
---|---|---|
author | Eric Huang <JinHuiEric.Huang@amd.com> | Tue Jan 19 14:28:56 2016 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jan 22 10:47:48 2016 -0500 |
tree | 83730f6c82970371232e4e5f7d1f66bea9af60e8 | |
parent | 3466904d38ff1e63f0a19cb31166db67f2d05c61 [diff] |
drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2) The two macros returns are values which probably are used in the expression of calculation. Without the brackets the result of the expression may be wrong. v2: agd: squash both patches together Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>