diff options
| author | Ethan Carter Edwards <[email protected]> | 2025-02-27 23:16:24 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-10 17:36:17 +0000 |
| commit | 315ce6c41aa9b913461a3e018ce7516435245787 (patch) | |
| tree | 1bb99b64f93724d930d356b2b5942142e4872257 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
| parent | drm/amd/display: change kzalloc to kcalloc in dcn314_validate_bandwidth() (diff) | |
| download | kernel-315ce6c41aa9b913461a3e018ce7516435245787.tar.gz kernel-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 <[email protected]>
Reviewed-by: Alex Hung <[email protected]>
Signed-off-by: Ethan Carter Edwards <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions
