commit | 7c62235b95db29210814b771a05279121400af5e | [log] [tgz] |
---|---|---|
author | Kevin Wang <kevin1.wang@amd.com> | Mon Aug 24 16:50:12 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 03 00:33:16 2020 -0400 |
tree | 26ced5002c911b6cd7048e4db1249af2cedf7db8 | |
parent | f75aef392f869018f78cfedf3c320a6b3fcfda6b [diff] |
drm/amd/pm: fix is_dpm_running() run error on 32bit system v1: the C type "unsigned long" size is 32bit on 32bit system, it will cause code logic error, so replace it with "uint64_t". v2: remove duplicate cast operation. Signed-off-by: Kevin <kevin1.wang@amd.com> Suggest-by: Jiansong Chen <Jiansong.Chen@amd.com> Reviewed-by: Jiansong Chen <Jiansong.Chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>