aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGONG, Ruiqi <[email protected]>2023-06-02 18:12:33 +0800
committerAlex Deucher <[email protected]>2023-06-09 12:38:19 -0400
commit2890662822def3dcc1b2e690d6fcea694c666083 (patch)
tree3d9989066baf462d85c4aa8ef5d0e4bdbb875c39 /tools/perf/scripts/python
parent5be7d4e3cf9ef9853934daa03cf573723bae1650 (diff)
drm/amd/display: fix compilation error due to shifting negative value
Currently compiling linux-next with allmodconfig triggers the following error: ./drivers/gpu/drm/amd/amdgpu/../display/include/fixed31_32.h: In function ‘dc_fixpt_truncate’: ./drivers/gpu/drm/amd/amdgpu/../display/include/fixed31_32.h:528:22: error: left shift of negative value [-Werror=shift-negative-value] 528 | arg.value &= (~0LL) << (FIXED31_32_BITS_PER_FRACTIONAL_PART - frac_bits); | ^~ Use `unsigned long long` instead. Signed-off-by: GONG, Ruiqi <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions