diff options
author | Kevin Wang <kevin1.wang@amd.com> | 2020-08-24 11:50:12 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-09-03 07:33:16 +0300 |
commit | 7c62235b95db29210814b771a05279121400af5e (patch) | |
tree | 26ced5002c911b6cd7048e4db1249af2cedf7db8 /drivers/gpu/drm/mcde | |
parent | f75aef392f869018f78cfedf3c320a6b3fcfda6b (diff) | |
download | linux-7c62235b95db29210814b771a05279121400af5e.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/mcde')
0 files changed, 0 insertions, 0 deletions