summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
diff options
context:
space:
mode:
authorEthan Carter Edwards <ethan@ethancedwards.com>2025-02-27 18:16:24 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-03-10 13:36:17 -0400
commit315ce6c41aa9b913461a3e018ce7516435245787 (patch)
tree1bb99b64f93724d930d356b2b5942142e4872257 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
parentb17a94f2fe8225e47c8efe770c6c246488c76a20 (diff)
downloadlinux-315ce6c41aa9b913461a3e018ce7516435245787.tar.gz
linux-315ce6c41aa9b913461a3e018ce7516435245787.tar.bz2
linux-315ce6c41aa9b913461a3e018ce7516435245787.zip
drm/amd/display: change kzalloc to kcalloc in dml1_validate()
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions