summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEthan Carter Edwards <ethan@ethancedwards.com>2025-02-27 18:16:22 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-03-10 13:36:08 -0400
commit934cb529e90c57f5766668fe13624624dae1d790 (patch)
tree7f2a66da121ea353195a6a96b87dc3f9601862d5 /tools/perf/scripts/python
parentf4f086de310026abfe28512dfa4984fb4648663a (diff)
drm/amd/display: change kzalloc to kcalloc in dcn31_validate_bandwidth()
We are trying to get rid of all multiplications from allocation functions to prevent integer overflows. Here the multiplication is probably safe, but using kcalloc() is more appropriate and improves readability. This patch has no effect on runtime behavior. Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com> Reviewed-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions