search for: zetao

Displaying 2 results from an estimated 2 matches for "zetao".

Did you mean: zeta
2022 Nov 28
3
[PATCH 0/4] Fix probe failed when modprobe modules
On Mon, Nov 28, 2022 at 10:10:01AM +0800, Li Zetao wrote: > This patchset fixes similar issue, the root cause of the > problem is that the virtqueues are not stopped on error > handling path. I've been thinking about this. Almost all drivers are affected. The reason really is that it used to be the right thing to do: On legacy pci de...
2024 Aug 30
1
[PATCH -next 2/3] drm/amdgpu: use clamp() in amdgpu_vm_adjust_size()
Am 30.08.24 um 03:22 schrieb Li Zetao: > When it needs to get a value within a certain interval, using clamp() > makes the code easier to understand than min(max()). > > Signed-off-by: Li Zetao <lizetao1 at huawei.com> This patch and #1 is a nice cleanup and Reviewed-by: Christian K?nig <christian.koenig at amd.c...