Re: [PATCH 0/5] drm/amdgpu: Fine-tuning for several function implementations

2024-01-05 Thread Alex Deucher
On Fri, Jan 5, 2024 at 1:15 PM Markus Elfring wrote: > > > Date: Sun, 18 Sep 2016 18:38:48 +0200 > > > > Some update suggestions were taken into account > > from static source code analysis. > > > > Markus Elfring (5): > > Use kmalloc_array() in amdgpu_debugfs_gca_config_read() > > Improve det

Re: [PATCH 0/5] drm/amdgpu: Fine-tuning for several function implementations

2024-01-05 Thread Markus Elfring
> Date: Sun, 18 Sep 2016 18:38:48 +0200 > > Some update suggestions were taken into account > from static source code analysis. > > Markus Elfring (5): > Use kmalloc_array() in amdgpu_debugfs_gca_config_read() > Improve determination of sizes in two functions > Rename a jump label in amdgpu_d

[PATCH 0/5] drm/amdgpu: Fine-tuning for several function implementations

2016-09-18 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 18 Sep 2016 18:38:48 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (5): Use kmalloc_array() in amdgpu_debugfs_gca_config_read() Improve determination of sizes in two functions Rename a jump label in am